Searched hist:"7477 fb6fbc339469ea945e007f3f7b3bb13b25f7" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | hp_sdc_rtc.c | diff 7477fb6fbc339469ea945e007f3f7b3bb13b25f7 Mon Oct 13 14:58:58 CDT 2008 Geert Uytterhoeven <geert@linux-m68k.org> HP input: kill warnings due to suseconds_t differences
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>
|
/openbmc/linux/drivers/input/serio/ |
H A D | hp_sdc.c | diff 7477fb6fbc339469ea945e007f3f7b3bb13b25f7 Mon Oct 13 14:58:58 CDT 2008 Geert Uytterhoeven <geert@linux-m68k.org> HP input: kill warnings due to suseconds_t differences
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>
|