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 <[email protected]>
> ---
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/