linux_dsm_epyc7002/drivers/media/dvb/firewire
Stefan Richter 6385c5bf98 V4L/DVB: firedtv: remove check for interrupting signal
FCP transactions as well as CMP transactions were serialized with
mutex_lock_interruptible.  It is extremely unlikly though that a signal
will arrive while a concurrent process holds the mutex.  And even if one
does, the duration of a transaction is reasonably short (1.2 seconds if
all retries time out, usually much shorter).

Hence simplify the code to plain mutex_lock.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-02-26 15:10:48 -03:00
..
firedtv-1394.c V4L/DVB: firedtv: do not DMA-map stack addresses 2010-02-26 15:10:48 -03:00
firedtv-avc.c V4L/DVB: firedtv: remove check for interrupting signal 2010-02-26 15:10:48 -03:00
firedtv-ci.c const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
firedtv-dvb.c V4L/DVB: firedtv: do not DMA-map stack addresses 2010-02-26 15:10:48 -03:00
firedtv-fe.c V4L/DVB (13240): firedtv: fix regression: tuning fails due to bogus error return 2009-11-07 12:55:11 -02:00
firedtv-fw.c V4L/DVB: firedtv: do not DMA-map stack addresses 2010-02-26 15:10:48 -03:00
firedtv-rc.c V4L/DVB (13397): firedtv: move remote control workqueue handling into rc source file 2009-12-05 18:41:41 -02:00
firedtv.h V4L/DVB: firedtv: do not DMA-map stack addresses 2010-02-26 15:10:48 -03:00
Kconfig V4L/DVB (13400): firedtv: port to new firewire core 2009-12-05 18:41:42 -02:00
Makefile V4L/DVB (13400): firedtv: port to new firewire core 2009-12-05 18:41:42 -02:00