Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300000
b: refs/heads/master
c: a472384
h: refs/heads/master
v: v3
  • Loading branch information
tom.leiming@gmail.com authored and David S. Miller committed May 3, 2012
1 parent f3ec19a commit 12bdd14
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 720f3d7cb19eb27f85f72836c8f8004ccb257f39
refs/heads/master: a4723848d05dd31d298c551fb77ad28481309999
4 changes: 3 additions & 1 deletion trunk/drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod)

status = register_netdev (net);
if (status)
goto out3;
goto out4;
netif_info(dev, probe, dev->net,
"register '%s' at usb-%s-%s, %s, %pM\n",
udev->dev.driver->name,
Expand All @@ -1462,6 +1462,8 @@ usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod)

return 0;

out4:
usb_free_urb(dev->interrupt);
out3:
if (info->unbind)
info->unbind (dev, udev);
Expand Down

0 comments on commit 12bdd14

Please sign in to comment.