dabusb: remove the BKL
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:24:14 +0000 (21:24 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Oct 2010 09:30:00 +0000 (11:30 +0200)
commit7ff52efdca367d4bfe2449bd3d4a1f8172c5953a
tree366c821a09266b102857450794718c26f558a21b
parenta6f8dbc654c3dddc5ac98cf59a88447a90e99ece
dabusb: remove the BKL

The dabusb device driver is sufficiently serialized using
its own mutex, no need for the big kernel lock here
in addition.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/dabusb.c