mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
Warnings purge of drivers (continued)
This commit is contained in:
@@ -631,9 +631,10 @@ static void ns83820_run_bist(struct nic *nic __unused, const char *name,
|
||||
}
|
||||
|
||||
if (status & fail)
|
||||
printf("%s failed! (0x%hX & 0x%hX)\n", name, status, fail);
|
||||
printf("%s failed! (0x%hX & 0x%hX)\n", name, (unsigned int) status,
|
||||
(unsigned int) fail);
|
||||
else if (timed_out)
|
||||
printf("run_bist %s timed out! (%hX)\n", name, status);
|
||||
printf("run_bist %s timed out! (%hX)\n", name, (unsigned int) status);
|
||||
dprintf(("done %s in %d loops\n", name, loops));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user