From: Arnd Bergmann Date: Tue, 1 Jun 2010 21:04:44 +0000 (+0200) Subject: usb: gadget: Do not take BKL for gadget->ops->ioctl X-Git-Tag: v2.6.36-rc1~293^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1548b13b75a2ec06f46220004e91c37818be6c18;p=pandora-kernel.git 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 Cc: David Brownell Cc: MichaƂ Nazarewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed