[media] it913x ver 1.26 change to remove interruptible mutex locks
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 12 Feb 2012 10:29:38 +0000 (07:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 8 Mar 2012 11:52:25 +0000 (08:52 -0300)
commit46f3da990b8087c95613744a772cab7557b9b180
tree0ebf8d906cd6b3f675db945e6bda3c41466f7a15
parentc6e8d86fffd8edf1bfccbd441b1812ee919fe3d5
[media] it913x ver 1.26 change to remove interruptible mutex locks

Some virtual I2C commands are missed along some PID filtering
commands resulting complete stall of driver.

Since dvb-usb cannot handle the -EAGAIN error and commands
generally should not be missed mutex_lock is used instead.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/it913x.c