[w89c840] Fix build warnings with GCC 16

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2026-05-01 13:56:10 +01:00
parent 3d1a20eacd
commit 2d28657ef6
+1 -3
View File
@@ -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! */