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:
7bcd4da
)
[SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.c
author
David S. Miller
<davem@sunset.davemloft.net>
Sat, 25 Aug 2007 22:17:31 +0000
(15:17 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 27 Aug 2007 01:49:11 +0000
(18:49 -0700)
resource_size_t can be either a u64 or a u32, and we can't
really know for sure, so when printing such a value out
always use long-long printf formatting and cast the argument
to that type.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found