Re: [PATCH] smsc95xx: fix reset check
From: David Miller <davem@davemloft.net>
Date: 2011-05-02 22:52:00
From: David Miller <davem@davemloft.net>
Date: 2011-05-02 22:52:00
From: Rabin Vincent <redacted> Date: Sat, 30 Apr 2011 23:59:27 +0530
The reset loop check should check the MII_BMCR register value for BMCR_RESET rather than for MII_BMCR (the register address, which also happens to be zero). Signed-off-by: Rabin Vincent <redacted>
Applied, thank you.