mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 09:32:33 +03:00
Purge warnings from tg3.c
This commit is contained in:
@@ -1505,7 +1505,7 @@ static int tg3_abort_hw(struct tg3 *tp)
|
|||||||
}
|
}
|
||||||
if (i >= MAX_WAIT_CNT) {
|
if (i >= MAX_WAIT_CNT) {
|
||||||
printf("tg3_abort_hw timed out TX_MODE_ENABLE will not clear MAC_TX_MODE=%x\n",
|
printf("tg3_abort_hw timed out TX_MODE_ENABLE will not clear MAC_TX_MODE=%x\n",
|
||||||
tr32(MAC_TX_MODE));
|
(unsigned int) tr32(MAC_TX_MODE));
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user