projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59bba7
)
[PATCH] USB: fix speedtch.c merge with next patch.
author
Andrew Morton
<akpm@osdl.org>
Wed, 11 May 2005 18:24:03 +0000
(20:24 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 27 Jun 2005 21:43:55 +0000
(14:43 -0700)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/atm/speedtch.c
patch
|
blob
|
history
diff --git
a/drivers/usb/atm/speedtch.c
b/drivers/usb/atm/speedtch.c
index 2a1697bfd69579c11543931813f10b1dd1ddde0e..233f9229badb66c23131de8b8c6b36ef8d24d7b0 100644
(file)
--- a/
drivers/usb/atm/speedtch.c
+++ b/
drivers/usb/atm/speedtch.c
@@
-386,8
+386,6
@@
static void speedtch_poll_status(struct speedtch_instance_data *instance)
if (instance->u.atm_dev->signal != ATM_PHY_SIG_LOST) {
instance->u.atm_dev->signal = ATM_PHY_SIG_LOST;
printk(KERN_NOTICE "ADSL line is down\n");
- /* It'll never resync again unless we ask it to... */
- speedtch_start_synchro(instance);
}
break;