linux/drivers/input
Geert Uytterhoeven c85e2031eb Input: evdev - fix printf() format for sizeof
commit f2afa7711f ("Input: paper over a bug in
Synaptics X driver") introduced a compiler warning on 64-bit platforms, as
sizeof() returns a size_t, not an (unsigned) int:

| drivers/input/evdev.c: In function 'handle_eviocgbit':
| drivers/input/evdev.c:684: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'

Use the proper `z' modifier for size_t, and make the printf() formats for the
sizes unsigned while we're at it.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2008-08-19 11:35:27 -04:00
..
gameport Input: remove CVS keywords 2008-05-20 12:17:39 -04:00
joystick Input: xpad - add Pelican Eclipse D-Pad to the list of devices 2008-07-31 00:45:59 -04:00
keyboard Input: remove version.h from drivers that don't need it 2008-08-18 11:00:47 -04:00
misc Input: cobalt_btns - add missing MODULE_LICENSE 2008-08-18 11:00:37 -04:00
mouse Input: remove version.h from drivers that don't need it 2008-08-18 11:00:47 -04:00
serio Input: xilinx_ps2 - fix warning 2008-08-10 23:13:15 -04:00
tablet Input: remove version.h from drivers that don't need it 2008-08-18 11:00:47 -04:00
touchscreen Input: remove version.h from drivers that don't need it 2008-08-18 11:00:47 -04:00
apm-power.c Input: apm-power - fix crash when unloading modules 2008-03-24 11:02:06 -04:00
evbug.c Input: evbug - identify device by its sysfs ID 2008-06-30 09:36:17 -04:00
evdev.c Input: evdev - fix printf() format for sizeof 2008-08-19 11:35:27 -04:00
ff-core.c drivers/input/ff-core.c needs <linux/sched.h> 2008-07-02 18:40:08 -07:00
ff-memless.c Input: use clamp_val() macro in ff-memless.c 2008-05-16 14:49:47 -04:00
fixp-arith.h changed email 2007-10-20 00:47:32 +02:00
input-polldev.c Input: remove private member from input_dev structure 2008-04-02 00:41:00 -04:00
input.c Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next 2008-07-21 00:55:14 -04:00
joydev.c Input: make sure input interfaces pin parent input devices 2008-04-01 00:22:53 -04:00
Kconfig xen pvfb: Para-virtual framebuffer, keyboard and pointer driver 2008-04-24 23:57:33 +02:00
Makefile xen pvfb: Para-virtual framebuffer, keyboard and pointer driver 2008-04-24 23:57:33 +02:00
mousedev.c mousedev: BKL pushdown 2008-07-02 15:06:23 -06:00
xen-kbdfront.c xen pvfb: Dynamic mode support (screen resizing) 2008-05-27 10:11:36 +02:00