nuc472_eth: fix alignment

Previous commit was incorrect (github does not show tabs..)
pull/12839/head
Martin Kojtal 2020-04-24 14:17:23 +01:00 committed by GitHub
parent 36dada2e5f
commit 60c58a62a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ static int reset_phy(void)
delayCnt = 200000;
while(delayCnt > 0) {
delayCnt--;
delayCnt--;
if((mdio_read(CONFIG_PHY_ADDR, MII_BMSR) & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS))
== (BMSR_ANEGCOMPLETE | BMSR_LSTATUS))
break;