Commit 9574507c98087951866ef30c8bf876e23ca4b99e
Committed by
Greg Kroah-Hartman
1 parent
c59bba75fa
Exists in
master
and in
7 other branches
[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>
Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff
drivers/usb/atm/speedtch.c
... | ... | @@ -386,8 +386,6 @@ |
386 | 386 | if (instance->u.atm_dev->signal != ATM_PHY_SIG_LOST) { |
387 | 387 | instance->u.atm_dev->signal = ATM_PHY_SIG_LOST; |
388 | 388 | printk(KERN_NOTICE "ADSL line is down\n"); |
389 | - /* It'll never resync again unless we ask it to... */ | |
390 | - speedtch_start_synchro(instance); | |
391 | 389 | } |
392 | 390 | break; |
393 | 391 |