Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39804
b: refs/heads/master
c: 9ca5346
h: refs/heads/master
v: v3
  • Loading branch information
matthieu castet authored and Greg Kroah-Hartman committed Oct 17, 2006
1 parent 4e457b6 commit 1e02094
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: 8442ae00d47dad690ac1105b426274433dc672f8
refs/heads/master: 9ca5346483ea2c2e8932268246d1d8746fe3bcaa
3 changes: 3 additions & 0 deletions trunk/drivers/usb/atm/ueagle-atm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,9 @@ static int uea_kthread(void *data)
ret = uea_stat(sc);
if (ret != -EAGAIN)
msleep(1000);
if (try_to_freeze())
uea_err(INS_TO_USBDEV(sc), "suspend/resume not supported, "
"please unplug/replug your modem\n");
}
uea_leaves(INS_TO_USBDEV(sc));
return ret;
Expand Down

0 comments on commit 1e02094

Please sign in to comment.