Files
i2som-imx-linux/drivers
Jiri Slaby ec3c697d19 HID: microsoft: do not use compound literal - fix build
commit 6b90466cfe upstream.

In patch "HID: microsoft: fix invalid rdesc for 3k kbd" I fixed
support for MS 3k keyboards. However the added check using memcmp and
a compound statement breaks build on architectures where memcmp is a
macro with parameters.

hid-microsoft.c:51:18: error: macro "memcmp" passed 6 arguments, but takes just 3

On x86_64, memcmp is a function, so I did not see the error.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-08-20 08:26:27 -07:00
..
2013-02-14 10:49:05 -08:00
2013-01-17 08:50:41 -08:00
2013-04-12 09:38:44 -07:00
2013-08-04 16:26:00 +08:00
2013-05-24 11:14:23 -07:00
2013-01-11 09:06:29 -08:00
2013-07-21 18:19:01 -07:00