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:
998aaf0
)
HP input: kill warnings due to suseconds_t differences
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 13 Oct 2008 19:58:58 +0000
(21:58 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 14 Oct 2008 17:23:27 +0000
(10:23 -0700)
Kill compiler warnings related to printf() formats in the input drivers for
various HP9000 machines, which are shared between PA-RISC (suseconds_t is int)
and m68k (suseconds_t is long). As both are 32-bit, it's safe to cast to int.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found