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:
4c2b1a1
)
wimax/i2400m: workaround not-so-working %zd printf format
author
Inaky Perez-Gonzalez
<inaky@linux.intel.com>
Wed, 2 Sep 2009 22:41:23 +0000
(15:41 -0700)
committer
Inaky Perez-Gonzalez
<inaky@linux.intel.com>
Mon, 19 Oct 2009 06:55:51 +0000
(15:55 +0900)
The kernel's %zd modifier does not really work. Use %ld (has to cast
ssize_t to long).
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
No differences found