Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264946
b: refs/heads/master
c: 8582d86
h: refs/heads/master
v: v3
  • Loading branch information
Fabian Godehardt authored and Greg Kroah-Hartman committed Sep 18, 2011
1 parent 8e7c094 commit a85918b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fba9e546eac984d46c4a16253344d7297c24d75c
refs/heads/master: 8582d86143c690c68cc42f996def466a035bee34
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/printer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ cleanup(void)
if (status)
ERROR(dev, "usb_gadget_unregister_driver %x\n", status);

unregister_chrdev_region(g_printer_devno, 2);
unregister_chrdev_region(g_printer_devno, 1);
class_destroy(usb_gadget_class);
mutex_unlock(&usb_printer_gadget.lock_printer_io);
}
Expand Down

0 comments on commit a85918b

Please sign in to comment.