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)
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>

No differences found