commit | 7ff52efdca367d4bfe2449bd3d4a1f8172c5953a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Oct 04 21:24:14 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Oct 19 11:30:00 2010 +0200 |
tree | 366c821a09266b102857450794718c26f558a21b | |
parent | a6f8dbc654c3dddc5ac98cf59a88447a90e99ece [diff] |
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>