From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rdNRS1PJ5zDq5f for ; Mon, 27 Jun 2016 19:09:24 +1000 (AEST) 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: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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