Fix all the format string warnings.
Some other random warnings. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5268 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -356,7 +356,7 @@ cpubug(void)
|
||||
|
||||
rev = msr.lo & 0xff;
|
||||
if (rev < 0x20) {
|
||||
printk(BIOS_ERR, "%s: rev < 0x20! bailing!\n");
|
||||
printk(BIOS_ERR, "%s: rev < 0x20! bailing!\n", __func__);
|
||||
return;
|
||||
}
|
||||
printk(BIOS_DEBUG, "Doing cpubug fixes for rev 0x%x\n", rev);
|
||||
|
Reference in New Issue
Block a user