summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@gnu.org>2011-11-24 15:23:44 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-27 03:58:46 (GMT)
commit568987116ed5fce7e9e9c731ffe5f5af193ab2e3 (patch)
treeab46fcf8d249126632dc4e34e191440bd94df20c /drivers/usb/core/hub.c
parent47b649590dbbea182f854d6470ee1cd59b7b7684 (diff)
downloadlinux-568987116ed5fce7e9e9c731ffe5f5af193ab2e3.tar.xz
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/hub.c')
-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 7978146..29d0669 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)
{