[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160627110403.7f7151d0@crub>
Date: Mon, 27 Jun 2016 11:04:03 +0200
From: Anatolij Gustschin <agust@...x.de>
To: David Binderman <linuxdev.baldrick@...il.com>
Cc: benh@...nel.crashing.org, paulus@...ba.org, mpe@...erman.id.au,
linuxppc-dev@...ts.ozlabs.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
dcb314@...mail.com
Subject: Re: arch/powerpc/platforms/512x/clock-commonclk.c:824: wrong %
specifier ?
On Mon, 27 Jun 2016 08:59:42 +0100
David Binderman linuxdev.baldrick@...il.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
Powered by blists - more mailing lists