Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933825AbbEMSHT (ORCPT ); Wed, 13 May 2015 14:07:19 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:40304 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932186AbbEMSHM (ORCPT ); Wed, 13 May 2015 14:07:12 -0400 Date: Wed, 13 May 2015 11:07:09 -0700 From: Stephen Boyd To: Alexander Sverdlin Cc: Mike Turquette , linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: axm55xx: Use %zu in pr_info for size_t Message-ID: <20150513180709.GF15988@codeaurora.org> References: <55537B7C.5060804@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55537B7C.5060804@nokia.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 796 Lines: 21 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 > --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/