amd-xgbe-phy: Allow more time for Rx/Tx to become ready
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Fri, 1 Aug 2014 16:56:36 +0000 (11:56 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Aug 2014 02:29:53 +0000 (19:29 -0700)
The current time range waiting for Rx/Tx to become ready can sometimes
be too short if a connection is not present.  Increase the number of
retries and the sleep to give a bit more time. Also, change level of
the message issued from _err to _dbg if Rx/Tx do not become ready
since the underlying logic will function as if no link is established
and retry eventually.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found