From: Andrew Morton Date: Wed, 11 May 2005 18:24:03 +0000 (+0200) Subject: [PATCH] USB: fix speedtch.c merge with next patch. X-Git-Tag: v2.6.13-rc1~51^2~8^2~25 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9574507c98087951866ef30c8bf876e23ca4b99e;p=karo-tx-linux.git [PATCH] USB: fix speedtch.c merge with next patch. Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- 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;