From: hayeswang Date: Mon, 7 Nov 2011 20:44:37 +0000 (+0000) Subject: r8169: increase the delay parameter of pm_schedule_suspend X-Git-Tag: v3.2-rc3~25^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10953db8e1a278742ef7e64a3d1491802bcfa98b;p=pandora-kernel.git r8169: increase the delay parameter of pm_schedule_suspend The link down would occur when reseting PHY. And it would take about 2 ~ 5 seconds from link down to link up. If the delay of pm_schedule_suspend is not long enough, the device would enter runtime_suspend before link up. After link up, the device would wake up and reset PHY again. Then, you would find the driver keep in a loop of runtime_suspend and rumtime_resume. Signed-off-by: Hayes Wang Acked-by: Francois Romieu Signed-off-by: David S. Miller --- Reading git-diff-tree failed