mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 20:36:28 +02:00
[rhine] Fix usage of mii_read()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
d6f02c72c9
commit
f71ba143c7
@ -726,8 +726,7 @@ static int rhine_probe ( struct pci_device *pci ) {
|
||||
goto err_mii_reset;
|
||||
}
|
||||
DBGC ( rhn, "RHINE PHY vendor %04x device %04x\n",
|
||||
rhine_mii_read ( &rhn->mii, 0x02 ),
|
||||
rhine_mii_read ( &rhn->mii, 0x03 ) );
|
||||
mii_read ( &rhn->mii, 0x02 ), mii_read ( &rhn->mii, 0x03 ) );
|
||||
|
||||
/* Register network device */
|
||||
if ( ( rc = register_netdev ( netdev ) ) != 0 )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user