Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41295
b: refs/heads/master
c: 5483eb1
h: refs/heads/master
i:
  41293: 1985434
  41291: 9c0e313
  41287: fc1af2a
  41279: 47d8420
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 6b3efeb commit d7b9e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: df43121463d2e6dde9f7e40a7720e111e4cc600e
refs/heads/master: 5483eb1300fc052c294a9dac57d5bf6653126efd
3 changes: 1 addition & 2 deletions trunk/drivers/usb/misc/phidgetmotorcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,7 @@ static int motorcontrol_probe(struct usb_interface *intf, const struct usb_devic
device_remove_file(mc->dev, &dev_attrs[i]);
out:
if (mc) {
if (mc->irq)
usb_free_urb(mc->irq);
usb_free_urb(mc->irq);
if (mc->data)
usb_buffer_free(dev, URB_INT_SIZE, mc->data, mc->data_dma);
if (mc->dev)
Expand Down

0 comments on commit d7b9e6e

Please sign in to comment.