From: David Brownell Date: Tue, 15 Apr 2008 05:31:33 +0000 (-0400) Subject: Input: omap-keypad - fix build warning X-Git-Tag: v2.6.26-rc1~1062^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3e4c885e5ebbccc8181f53d8ae74c4c22d506f;p=pandora-kernel.git Input: omap-keypad - fix build warning Fix the following build warning: drivers/input/keyboard/omap-keypad.c: In function 'omap_kp_probe': drivers/input/keyboard/omap-keypad.c:418: warning: 'row_idx' is used uninitialized in this function drivers/input/keyboard/omap-keypad.c:421: warning: 'col_idx' is used uninitialized in this function These variables are useful when cpu_is_omap24xx(), and otherwise just for useless cleanup. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed