Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3670
b: refs/heads/master
c: f58f97f
h: refs/heads/master
v: v3
  • Loading branch information
Colin Leroy authored and Greg Kroah-Hartman committed Jun 27, 2005
1 parent e905dfd commit 6e2146f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3c900bb8cbacfecf0be51313e43f330663266a1
refs/heads/master: f58f97fa9d258e4110ee1257a63cd1af51787f69
3 changes: 3 additions & 0 deletions trunk/drivers/usb/net/zd1201.c
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,9 @@ static int zd1201_resume(struct usb_interface *interface)
{
struct zd1201 *zd = usb_get_intfdata(interface);

if (!zd || !zd->dev)
return -ENODEV;

netif_device_attach(zd->dev);

if (zd->was_enabled)
Expand Down

0 comments on commit 6e2146f

Please sign in to comment.