Re: [PATCH] clk: axm55xx: Use %zu in pr_info for size_t

From: Stephen Boyd
Date: Wed May 13 2015 - 14:07:21 EST


On 05/13, Alexander Sverdlin wrote:
> 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 <alexander.sverdlin@xxxxxxxxx>
> ---

Applied to clk-next

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/