Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58747
b: refs/heads/master
c: 9514bfe
h: refs/heads/master
i:
  58745: 24ab1b1
  58743: 0d67c5e
v: v3
  • Loading branch information
Peter Korsgaard authored and Jeff Garzik committed Jul 10, 2007
1 parent b887afe commit 3153da7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4638aef1e2d8d938e52cd49f6492e9d414b38380
refs/heads/master: 9514bfe5d92000a9fd6f3c44aa775819b5d78aaf
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod)
status = 0;

}
if (status == 0 && dev->status)
if (status >= 0 && dev->status)
status = init_status (dev, udev);
if (status < 0)
goto out3;
Expand Down

0 comments on commit 3153da7

Please sign in to comment.