[MIPS] rtlx: fix int vs. long bug.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 12 Sep 2007 15:31:12 +0000 (16:31 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 14 Sep 2007 18:08:42 +0000 (19:08 +0100)
  CC      arch/mips/kernel/rtlx.o
arch/mips/kernel/rtlx.c: In function 'rtlx_init':
arch/mips/kernel/rtlx.c:114: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long unsigned int'

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found