commit | ed10b490ea6498f76284043565d42ca3649ccca1 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Nov 10 18:02:25 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Nov 10 18:02:25 2010 +0900 |
tree | 1dea7fa95e72c1ac09a823ca1267b1c2de3c6206 | |
parent | a7bcf21e60c73cb7f7c13fad928967d7e47c3cac [diff] |
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 <lethal@linux-sh.org>