From: Ralf Baechle Date: Fri, 3 Nov 2006 17:48:17 +0000 (+0000) Subject: [MIPS] Ocelot C: Fix warning about missmatching format string. X-Git-Tag: v2.6.19-rc5~5^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2002d2bde1a9ad10e2521b8b117c11abfbc2ee93;p=pandora-kernel.git [MIPS] Ocelot C: Fix warning about missmatching format string. CC arch/mips/momentum/ocelot_c/setup.o arch/mips/momentum/ocelot_c/setup.c: In function 'momenco_time_init': arch/mips/momentum/ocelot_c/setup.c:223: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int' Change data type to match format string; a 32-bit type better suits our needs. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed