Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282317
b: refs/heads/master
c: a2b2c20
h: refs/heads/master
i:
  282315: 4203e94
v: v3
  • Loading branch information
Willem Penninckx authored and Jiri Kosina committed Nov 23, 2011
1 parent 4b63b08 commit ae4b8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c196adf87514560f867492978ae350d4bbced0bd
refs/heads/master: a2b2c20ba2f6e22c065f401d63f7f883779cf642
1 change: 1 addition & 0 deletions trunk/drivers/hid/usbhid/usbkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ static void usb_kbd_disconnect(struct usb_interface *intf)
if (kbd) {
usb_kill_urb(kbd->irq);
input_unregister_device(kbd->dev);
usb_kill_urb(kbd->led);
usb_kbd_free_mem(interface_to_usbdev(intf), kbd);
kfree(kbd);
}
Expand Down

0 comments on commit ae4b8dd

Please sign in to comment.