Geert Uytterhoeven c85e2031eb Input: evdev - fix printf() format for sizeof
commit f2afa7711f8585ffc088ba538b9a510e0d5dca12 ("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
..
2008-07-24 10:47:41 -07:00
2008-07-28 15:12:37 -07:00
2008-07-22 17:30:57 -07:00
2008-07-25 10:53:49 -07:00
2008-07-25 10:53:30 -07:00
2008-07-26 12:00:11 -07:00
2008-07-28 12:21:25 +02:00
2008-07-28 21:14:43 +02:00
2008-07-27 13:57:36 +02:00
2008-07-26 20:30:56 -07:00
2008-07-26 12:00:11 -07:00
2008-07-26 12:00:11 -07:00
2008-07-27 11:35:47 +03:00
2008-07-28 18:10:29 +09:00
2008-07-28 16:30:21 -07:00
2008-07-21 21:54:55 -07:00
2008-07-24 10:47:24 -07:00
2008-07-25 10:53:30 -07:00