Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41287
b: refs/heads/master
c: f988f27
h: refs/heads/master
i:
  41285: d27f16a
  41283: c4f004f
  41279: 47d8420
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent bf93ba1 commit fc1af2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 8fd31e1d85d5c13c1273013067474ebb73ad6fd1
refs/heads/master: f988f272fe8de462045e9f298e5b7f1e39b2e53a
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/zd1201.c
Original file line number Diff line number Diff line change
Expand Up @@ -1828,10 +1828,8 @@ static int zd1201_probe(struct usb_interface *interface,
/* Leave the device in reset state */
zd1201_docmd(zd, ZD1201_CMDCODE_INIT, 0, 0, 0);
err_zd:
if (zd->tx_urb)
usb_free_urb(zd->tx_urb);
if (zd->rx_urb)
usb_free_urb(zd->rx_urb);
usb_free_urb(zd->tx_urb);
usb_free_urb(zd->rx_urb);
kfree(zd);
return err;
}
Expand Down

0 comments on commit fc1af2a

Please sign in to comment.