Commit 0eb0226c authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by Greg Kroah-Hartman

UEAGLE: Cosmetic

Update copyrights and remove not necessary warning (ueagle-atm works
well on suspend/resume).
Signed-off-by: default avatarStanislaw Gruszka <stf_xl@wp.pl>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 337427f9
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* Copyright (c) 2003, 2004 * Copyright (c) 2003, 2004
* Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
* *
* Copyright (c) 2005 Matthieu Castet <castet.matthieu@free.fr> * Copyright (c) 2005-2007 Matthieu Castet <castet.matthieu@free.fr>
* Copyright (c) 2005-2007 Stanislaw Gruszka <stf_xl@wp.pl>
* *
* This software is available to you under a choice of one of two * This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU * licenses. You may choose to be licensed under the terms of the GNU
...@@ -1881,9 +1882,7 @@ static int uea_kthread(void *data) ...@@ -1881,9 +1882,7 @@ static int uea_kthread(void *data)
ret = sc->stat(sc); ret = sc->stat(sc);
if (ret != -EAGAIN) if (ret != -EAGAIN)
uea_wait(sc, 0, msecs_to_jiffies(1000)); uea_wait(sc, 0, msecs_to_jiffies(1000));
if (try_to_freeze()) 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)); uea_leaves(INS_TO_USBDEV(sc));
return ret; return ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment