Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41294
b: refs/heads/master
c: df43121
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 1985434 commit 6b3efeb
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: f53510e8c49d00085a820ae98ca4753d4487dbad
refs/heads/master: df43121463d2e6dde9f7e40a7720e111e4cc600e
3 changes: 1 addition & 2 deletions trunk/drivers/usb/misc/phidgetkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,7 @@ static int interfacekit_probe(struct usb_interface *intf, const struct usb_devic
device_remove_file(kit->dev, &dev_output_attrs[i]);
out:
if (kit) {
if (kit->irq)
usb_free_urb(kit->irq);
usb_free_urb(kit->irq);
if (kit->data)
usb_buffer_free(dev, URB_INT_SIZE, kit->data, kit->data_dma);
if (kit->dev)
Expand Down

0 comments on commit 6b3efeb

Please sign in to comment.