git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d2cdb
)
USB: isp1362: better 64bit printf warning fixes
author
Lothar Wassmann
<LW@KARO-electronics.de>
Fri, 15 Jan 2010 13:04:55 +0000
(08:04 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 20 Jan 2010 23:24:35 +0000
(15:24 -0800)
Some hosts that treat the return value of sizeof differently from unsigned
long might still hit warnings. So use %zu for sizeof() values. This is a
better version of the previous commit
b0a9cf297e58721933
.
Signed-off-by: Lothar Wassmann <LW@KARO-electronics.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found