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:
Blue Swirl
2008-11-29 16:24:51 +00:00
parent e92a02951f
commit a0cabb495a
7 changed files with 15 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ of_client_interface( int *params )
if( (val=POP()) ) {
dstackcnt = dstacksave;
if( val == -1 )
printk("Unimplemented service %s ([%d] -- [%d])\n",
printk("Unimplemented service %s ([%ld] -- [%ld])\n",
pb->service, pb->nargs, pb->nret );
return -1;
}