Files
linux/drivers
Irina Tirdea 0e0432f04e Input: goodix - fix variable length array warning
Fix sparse warning:

drivers/input/touchscreen/goodix.c:182:26: warning: Variable length array is used.

Replace the variable length array with fixed length.

Some Goodix devices have maximum 5 touch points, while others have 10 touch
points. Using the maximum length (80 bytes) for all devices will lead to
wasting 40 bytes on stack when using devices with maximum 5 touch points.
However, that is preferable to using kmalloc which will use even more
resources.

Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Acked-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2015-06-09 11:23:26 -07:00
..
2015-04-07 08:46:23 -07:00
2015-03-23 09:18:27 -07:00
2015-03-24 15:39:26 +01:00
2015-04-01 10:29:05 -07:00
2015-02-03 15:48:51 -08:00
2015-02-03 15:58:39 -08:00
2015-04-07 08:46:23 -07:00
2015-02-04 09:15:18 +01:00
2015-03-23 09:18:27 -07:00
2015-02-18 08:40:29 +01:00
2015-06-02 10:43:47 -07:00
2015-02-03 15:58:39 -08:00