Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33334
b: refs/heads/master
c: 7af569a
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and Greg Kroah-Hartman committed Aug 11, 2006
1 parent 4ea15a1 commit 089621b
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: 919aeadcfa8e72ec2d6bf7bd405a16c40b8d8ecf
refs/heads/master: 7af569abc33ce09d3cb93e9b2160efff2531c59f
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/appletouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,9 @@ static void atp_disconnect(struct usb_interface *iface)
if (dev) {
usb_kill_urb(dev->urb);
input_unregister_device(dev->input);
usb_free_urb(dev->urb);
usb_buffer_free(dev->udev, dev->datalen,
dev->data, dev->urb->transfer_dma);
usb_free_urb(dev->urb);
kfree(dev);
}
printk(KERN_INFO "input: appletouch disconnected\n");
Expand Down

0 comments on commit 089621b

Please sign in to comment.