From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752187AbcF0JDy (ORCPT ); Mon, 27 Jun 2016 05:03:54 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:53643 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215AbcF0JDw (ORCPT ); Mon, 27 Jun 2016 05:03:52 -0400 X-Auth-Info: /33TPn+XZSrR1y9p1oxtKGJ0gauACn+TdNm7ZAcjwFI= Date: Mon, 27 Jun 2016 11:04:03 +0200 From: Anatolij Gustschin To: David Binderman Cc: benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, linuxppc-dev@lists.ozlabs.org, Linux Kernel Mailing List , dcb314@hotmail.com Subject: Re: arch/powerpc/platforms/512x/clock-commonclk.c:824: wrong % specifier ? Message-ID: <20160627110403.7f7151d0@crub> In-Reply-To: References: X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 27 Jun 2016 08:59:42 +0100 David Binderman linuxdev.baldrick@gmail.com wrote: ... >linux-4.7-rc5/arch/powerpc/platforms/512x/clock-commonclk.c:824]: >(warning) %d in format string (no. 1) requires 'int' but the argument >type is 'size_t {aka unsigned long}'. mpc512x is 32-bit arch, size_t is unsigned int if you build 32-bit kernel. thanks, Anatolij