Przeglądaj źródła

[rhine] Fix usage of mii_read()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 7 lat temu
rodzic
commit
f71ba143c7
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1
    2
      src/drivers/net/rhine.c

+ 1
- 2
src/drivers/net/rhine.c Wyświetl plik

726
 		goto err_mii_reset;
726
 		goto err_mii_reset;
727
 	}
727
 	}
728
 	DBGC ( rhn, "RHINE PHY vendor %04x device %04x\n",
728
 	DBGC ( rhn, "RHINE PHY vendor %04x device %04x\n",
729
-	       rhine_mii_read ( &rhn->mii, 0x02 ),
729
+	       mii_read ( &rhn->mii, 0x02 ), mii_read ( &rhn->mii, 0x03 ) );
730
-	       rhine_mii_read ( &rhn->mii, 0x03 ) );
731
 
730
 
732
 	/* Register network device */
731
 	/* Register network device */
733
 	if ( ( rc = register_netdev ( netdev ) ) != 0 )
732
 	if ( ( rc = register_netdev ( netdev ) ) != 0 )

Ładowanie…
Anuluj
Zapisz