]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Fix a compiler warning in arch/x86/lib/realmode.c
authorGabe Black <gabeblack@chromium.org>
Thu, 20 Oct 2011 18:29:17 +0000 (18:29 +0000)
committerGraeme Russ <graeme.russ@gmail.com>
Wed, 2 Nov 2011 10:45:38 +0000 (21:45 +1100)
commit4c1c355a68d102e900617639d702c35390564355
tree45f44c12e6543117baa43ef313e0b7e49ad12ace
parentfdb711528c7fe7fef71dcefe7f51b21f4e395f8b
x86: Fix a compiler warning in arch/x86/lib/realmode.c

Ensure that the value being passed to a %d format specifier is of type
int.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
arch/x86/lib/realmode.c