Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221860
b: refs/heads/master
c: a450319
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Nov 11, 2010
1 parent a4a8d55 commit e9c24ae
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8c5188b6d350d033275eaf85faa12f284e2909e4
refs/heads/master: a4503199f66dd13ddce1c1bb830fd414d9669f88
3 changes: 2 additions & 1 deletion trunk/drivers/input/tablet/acecad.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,13 @@ static int usb_acecad_probe(struct usb_interface *intf, const struct usb_device_

err = input_register_device(acecad->input);
if (err)
goto fail2;
goto fail3;

usb_set_intfdata(intf, acecad);

return 0;

fail3: usb_free_urb(acecad->irq);
fail2: usb_free_coherent(dev, 8, acecad->data, acecad->data_dma);
fail1: input_free_device(input_dev);
kfree(acecad);
Expand Down

0 comments on commit e9c24ae

Please sign in to comment.