]> git.baikalelectronics.ru Git - kernel.git/commit
net: au1000_eth: fix PHY detection
authorManuel Lauss <manuel.lauss@gmail.com>
Fri, 10 Jun 2016 14:53:05 +0000 (16:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2016 06:32:25 +0000 (23:32 -0700)
commitb749440d5f87737e727abee13f384fc59c38ea02
tree58f27360566a7e8682e392252c1867eb5f8e5fdd
parent43459dc0534ee39d5e84b5ccc1c63c8f5a80e429
net: au1000_eth: fix PHY detection

Commit 4c73cde247d0729352f2c9aa9157a06e93835746
("phy: Add API for {un}registering an mdio device to a bus.")
broke PHY detection on this driver with a copy-paste bug:
The code is looking 32 times for a PHY at address 0.

Fixes ethernet on AMD DB1100/DB1500/DB1550 boards which have
their (autodetected) PHYs at address 31.

Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/au1000_eth.c