diff options
author | Stanislaw Gruszka <stf_xl@wp.pl> | 2007-08-20 17:21:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:55:18 -0400 |
commit | 0eb0226c9d819fd2af31ae4fc52bbca81c215369 (patch) | |
tree | e5a9fbfe97805cbd2bb8d3084a7bca2f64883768 /drivers/usb/atm | |
parent | 337427f91f844ebe84442dc0b5e24577a8139600 (diff) |
UEAGLE: Cosmetic
Update copyrights and remove not necessary warning (ueagle-atm works
well on suspend/resume).
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/atm')
-rw-r--r-- | drivers/usb/atm/ueagle-atm.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c index 4aa41a97bf6f..389c5b164eb2 100644 --- a/drivers/usb/atm/ueagle-atm.c +++ b/drivers/usb/atm/ueagle-atm.c | |||
@@ -2,7 +2,8 @@ | |||
2 | * Copyright (c) 2003, 2004 | 2 | * Copyright (c) 2003, 2004 |
3 | * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. | 3 | * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. |
4 | * | 4 | * |
5 | * Copyright (c) 2005 Matthieu Castet <castet.matthieu@free.fr> | 5 | * Copyright (c) 2005-2007 Matthieu Castet <castet.matthieu@free.fr> |
6 | * Copyright (c) 2005-2007 Stanislaw Gruszka <stf_xl@wp.pl> | ||
6 | * | 7 | * |
7 | * This software is available to you under a choice of one of two | 8 | * This software is available to you under a choice of one of two |
8 | * licenses. You may choose to be licensed under the terms of the GNU | 9 | * licenses. You may choose to be licensed under the terms of the GNU |
@@ -1881,9 +1882,7 @@ static int uea_kthread(void *data) | |||
1881 | ret = sc->stat(sc); | 1882 | ret = sc->stat(sc); |
1882 | if (ret != -EAGAIN) | 1883 | if (ret != -EAGAIN) |
1883 | uea_wait(sc, 0, msecs_to_jiffies(1000)); | 1884 | uea_wait(sc, 0, msecs_to_jiffies(1000)); |
1884 | if (try_to_freeze()) | 1885 | try_to_freeze(); |
1885 | uea_err(INS_TO_USBDEV(sc), "suspend/resume not supported, " | ||
1886 | "please unplug/replug your modem\n"); | ||
1887 | } | 1886 | } |
1888 | uea_leaves(INS_TO_USBDEV(sc)); | 1887 | uea_leaves(INS_TO_USBDEV(sc)); |
1889 | return ret; | 1888 | return ret; |