mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix most print format warnings
git-svn-id: svn://coreboot.org/openbios/openbios-devel@272 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -938,7 +938,7 @@ static char get_fdc_version(void)
|
||||
if ((bytes = result(reply_buffer, MAX_REPLIES)) <= 0x00)
|
||||
return FDC_NONE; /* No FDC present ??? */
|
||||
if ((bytes==1) && (reply_buffer[0] == 0x80)){
|
||||
printk_info("FDC %d is an 8272A\n");
|
||||
printk_info("FDC is an 8272A\n");
|
||||
return FDC_8272A; /* 8272a/765 don't know DUMPREGS */
|
||||
}
|
||||
if (bytes != 10) {
|
||||
|
||||
Reference in New Issue
Block a user