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: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9574507c98087951866ef30c8bf876e23ca4b99e;p=linux-2.6-omap-h63xx.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 2a1697bfd69..233f9229bad 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;