lkml.org 
[lkml]   [2010]   [Nov]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: mmotm 2010-10-31-21-24 uploaded (drivers/nfc/pn544)
On Sun, 31 Oct 2010 21:25:59 -0700 akpm@linux-foundation.org wrote:

> The mm-of-the-moment snapshot 2010-10-31-21-24 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> and will soon be available at
>
> git://zen-kernel.org/kernel/mmotm.git
>
> It contains the following patches against 2.6.36:
>
> nfc-driver-for-nxp-semiconductors-pn544-nfc-chip.patch


Use %zd to print ssize_t variables and %zu to print size_t:

drivers/nfc/pn544.c:332: warning: format '%d' expects type 'int', but argument 6 has type 'size_t'
drivers/nfc/pn544.c:442: warning: format '%d' expects type 'int', but argument 6 has type 'size_t'


Also see Documentation/printk-formats.txt as needed.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***


\
 
 \ /
  Last update: 2010-11-01 19:03    [W:0.093 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site