summaryrefslogtreecommitdiff
path: root/drivers/usb/core
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@gnu.org>2011-11-24 16:23:44 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-26 19:58:46 -0800
commit568987116ed5fce7e9e9c731ffe5f5af193ab2e3 (patch)
treeab46fcf8d249126632dc4e34e191440bd94df20c /drivers/usb/core
parent47b649590dbbea182f854d6470ee1cd59b7b7684 (diff)
USB: remove BKL comments
The BKL is a gonner. Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core')
-rw-r--r--drivers/usb/core/hub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index 79781461eec9..29d0669227ec 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -1360,7 +1360,6 @@ descriptor_error:
return -ENODEV;
}
-/* No BKL needed */
static int
hub_ioctl(struct usb_interface *intf, unsigned int code, void *user_data)
{