summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Morton2005-05-11 20:24:03 +0200
committerGreg Kroah-Hartman2005-06-27 23:43:55 +0200
commit9574507c98087951866ef30c8bf876e23ca4b99e (patch)
treecc7f4424eb34f303f39f1287d4e81f4c2948e383 /drivers
parent[PATCH] USB ATM: new usbatm core (diff)
downloadkernel-qcow2-linux-9574507c98087951866ef30c8bf876e23ca4b99e.tar.gz
kernel-qcow2-linux-9574507c98087951866ef30c8bf876e23ca4b99e.tar.xz
kernel-qcow2-linux-9574507c98087951866ef30c8bf876e23ca4b99e.zip
[PATCH] USB: fix speedtch.c merge with next patch.
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/atm/speedtch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/atm/speedtch.c b/drivers/usb/atm/speedtch.c
index 2a1697bfd695..233f9229badb 100644
--- 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;