usb: gadget: Do not take BKL for gadget->ops->ioctl
authorArnd Bergmann <arnd@arndb.de>
Tue, 1 Jun 2010 21:04:44 +0000 (23:04 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:36 +0000 (14:35 -0700)
commit1548b13b75a2ec06f46220004e91c37818be6c18
tree65fb7fa6dd3e02c2e5c94b0ee69e81d4915e053f
parent00b81fb23a4937a24cb010f41ac173a786eb4c55
usb: gadget: Do not take BKL for gadget->ops->ioctl

There is no gadget driver in the tree that
actually implements the ioctl operation, so
obviously it is not necessary to hold the
BKL around the call.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: MichaƂ Nazarewicz <m.nazarewicz@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/f_fs.c
drivers/usb/gadget/inode.c