Re: [PATCH] arch/i386/kernel/apm.c: apm_init() warning fix

2007-07-28 Thread Stephen Rothwell
On Sun, 29 Jul 2007 10:49:18 +0800 Eugene Teo <[EMAIL PROTECTED]> wrote: > > arch/i386/kernel/apm.c: In function 'apm_init': > arch/i386/kernel/apm.c:2240: warning: format '%lx' expects type 'long > unsigned int', but argument 3 has type 'u32' > > apm_info.bios.offset is of type 'u32'. > >

[PATCH] arch/i386/kernel/apm.c: apm_init() warning fix

2007-07-28 Thread Eugene Teo
arch/i386/kernel/apm.c: In function 'apm_init': arch/i386/kernel/apm.c:2240: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'u32' apm_info.bios.offset is of type 'u32'. Signed-off-by: Eugene Teo <[EMAIL PROTECTED]> --- arch/i386/kernel/apm.c |2 +- 1