mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +03:00
[w89c840] Fix build warnings with GCC 16
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -682,9 +682,7 @@ static int w89c840_probe ( struct nic *nic, struct pci_device *p ) {
|
||||
|
||||
DBG ( "Ethernet addr: %s\n", eth_ntoa ( nic->node_addr ) );
|
||||
|
||||
#if defined(W89C840_DEBUG)
|
||||
printf("winbond-840: EEPROM checksum %hX, got eeprom", sum);
|
||||
#endif
|
||||
DBG ( "winbond-840: EEPROM checksum %hX, got eeprom", sum );
|
||||
|
||||
/* Reset the chip to erase previous misconfiguration.
|
||||
No hold time required! */
|
||||
|
||||
Reference in New Issue
Block a user