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:
05f45d7
)
serial: fix printk format specifiers for struct uart_port::iobase
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Wed, 11 Nov 2009 22:26:41 +0000
(14:26 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Nov 2009 15:25:57 +0000
(07:25 -0800)
struct uart_port::iobase is unsigned long, so use %lx as printk format
specifier.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found