From: Carolyn Wyborny Date: Sat, 14 Dec 2013 11:26:46 +0000 (-0800) Subject: igb: Fix for issue where values could be too high for udelay function. X-Git-Tag: v3.13-rc4~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df29df92adda751ac04ca5149d30014b5199db81;p=pandora-kernel.git igb: Fix for issue where values could be too high for udelay function. This patch changes the igb_phy_has_link function to check the value of the parameter before deciding to use udelay or mdelay in order to be sure that the value is not too high for udelay function. CC: stable kernel # 3.9+ Signed-off-by: Sunil K Pandey Signed-off-by: Kevin B Smith Signed-off-by: Carolyn Wyborny Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed