Skip to content
Commit 2002d2bd authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 9c422e2a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment