USB: mon: kill BKL usage
authorArnd Bergmann <arnd@arndb.de>
Tue, 1 Jun 2010 21:04:45 +0000 (23:04 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:36 +0000 (14:35 -0700)
commit3b759c75febd8f9ce91a05705ec43eb7f4b5ed3d
tree56b5dcc1d2c83af6548ebb5951f582630a96653b
parent1548b13b75a2ec06f46220004e91c37818be6c18
USB: mon: kill BKL usage

compat_ioctl does not use the BKL, so I assume that
the native function does not need it either.

The open function is already protected by the
driver's mutex, the BKL is probably not needed
here either.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/mon/mon_bin.c