Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280779
b: refs/heads/master
c: 5689871
h: refs/heads/master
i:
  280777: 0a92ada
  280775: 5cde7c8
v: v3
  • Loading branch information
Davidlohr Bueso authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 1edd5f9 commit c1dd406
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 47b649590dbbea182f854d6470ee1cd59b7b7684
refs/heads/master: 568987116ed5fce7e9e9c731ffe5f5af193ab2e3
1 change: 0 additions & 1 deletion trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,6 @@ static int hub_probe(struct usb_interface *intf, const struct usb_device_id *id)
return -ENODEV;
}

/* No BKL needed */
static int
hub_ioctl(struct usb_interface *intf, unsigned int code, void *user_data)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/usb/misc/usbtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,6 @@ static int test_unaligned_bulk(
* off just killing the userspace task and waiting for it to exit.
*/

/* No BKL needed */
static int
usbtest_ioctl(struct usb_interface *intf, unsigned int code, void *buf)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,6 @@ static void fixup_generic(struct usb_serial_driver *device)

int usb_serial_register(struct usb_serial_driver *driver)
{
/* must be called with BKL held */
int retval;

if (usb_disabled())
Expand Down Expand Up @@ -1378,7 +1377,6 @@ EXPORT_SYMBOL_GPL(usb_serial_register);

void usb_serial_deregister(struct usb_serial_driver *device)
{
/* must be called with BKL held */
printk(KERN_INFO "USB Serial deregistering driver %s\n",
device->description);
mutex_lock(&table_lock);
Expand Down

0 comments on commit c1dd406

Please sign in to comment.