Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174243
b: refs/heads/master
c: 722232b
h: refs/heads/master
i:
  174241: 6b7daa0
  174239: bc6a67c
v: v3
  • Loading branch information
Oliver Neukum authored and Dmitry Torokhov committed Nov 23, 2009
1 parent 209bd43 commit e523272
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: 985f37f827f5012f88e286914cdbae87b9f50ed1
refs/heads/master: 722232bcd8086b37cd3af7d9e94e7e10b231979e
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/usbtouchscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ static void usbtouch_disconnect(struct usb_interface *intf)

dbg("%s - usbtouch is initialized, cleaning up", __func__);
usb_set_intfdata(intf, NULL);
usb_kill_urb(usbtouch->irq);
/* this will stop IO via close */
input_unregister_device(usbtouch->input);
usb_free_urb(usbtouch->irq);
usbtouch_free_buffers(interface_to_usbdev(intf), usbtouch);
Expand Down

0 comments on commit e523272

Please sign in to comment.