From: Paul Mundt Date: Wed, 10 Nov 2010 09:02:25 +0000 (+0900) Subject: sh: clkfwk: fix up compiler warnings. X-Git-Tag: v2.6.37-rc2~11^2~2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed10b490ea6498f76284043565d42ca3649ccca1;p=pandora-kernel.git sh: clkfwk: fix up compiler warnings. CC drivers/sh/clk/core.o drivers/sh/clk/core.c: In function 'clk_round_parent': drivers/sh/clk/core.c:574: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'unsigned int' drivers/sh/clk/core.c:594: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'unsigned int' Signed-off-by: Paul Mundt --- Reading git-diff-tree failed