From beb7a2a97103ce31df639b35b6f3a07ca7f77188 Mon Sep 17 00:00:00 2001 From: Alexander Sverdlin Date: Wed, 13 May 2015 18:27:40 +0200 Subject: [PATCH] clk: axm55xx: Use %zu in pr_info for size_t Fix the following compiler warning: drivers/clk/clk-axm5516.c: In function 'axmclk_probe': drivers/clk/clk-axm5516.c:559:2: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t' [-Wformat=] pr_info("axmclk: supporting %u clocks\n", num_clks); ^ Signed-off-by: Alexander Sverdlin Signed-off-by: Stephen Boyd --- Reading git-format-patch failed