From: Rabin Vincent Date: Sun, 10 Mar 2013 00:17:20 +0000 (-0800) Subject: Input: tc3589x-keypad - fix keymap size X-Git-Tag: v3.9-rc3~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39735019716e93914a366ac1fb2e78f91b170545;p=pandora-kernel.git Input: tc3589x-keypad - fix keymap size The keymap size used by tc3589x is too low, leading to the driver overwriting other people's memory. Fix this by making the driver use the automatically allocated keymap provided by matrix_keypad_build_keymap() instead of allocating one on its own. Signed-off-by: Rabin Vincent Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed