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:
0de1a57
)
drm/radeon: Fix printf type warning in 64bit system.
author
Pauli Nieminen
<suokkos@gmail.com>
Mon, 1 Mar 2010 09:37:11 +0000
(11:37 +0200)
committer
Dave Airlie
<airlied@ppcg5.localdomain>
Mon, 1 Mar 2010 11:21:37 +0000
(22:21 +1100)
Type of iterator was promoted to unsigned long in 64bit systems.
*header is small structure so it is alwas safe to cast return value
of sizeof operator to int.
Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
No differences found