Minor corrections during integration of link status monitor

This commit is contained in:
Gregory Nutt
2014-08-17 11:26:02 -06:00
parent 4766acc544
commit c18504f820
3 changed files with 4 additions and 3 deletions

View File

@@ -378,7 +378,7 @@ static int nsh_netinit_monitor(void)
}
nvdbg("%s: devup=%d PHY address=%02x MSR=%04x\n",
devup, ifr.ifr_name, ifr.ifr_mii_phy_id, ifr.ifr_mii_val_out);
ifr.ifr_name, devup, ifr.ifr_mii_phy_id, ifr.ifr_mii_val_out);
/* Check for link up or down */