]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit416841ab1851cc4a4ff82c494acb56c4f12c06ae
tree2994782f76a976494f8a1385bce259cff907fe3a
parent875120c628526819c3d16b88d7c2fd13b021e6d6
[MIPS] rtlx: fix int vs. long bug.

  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>
arch/mips/kernel/rtlx.c