From: David Brownell Date: Mon, 25 Feb 2008 03:14:32 +0000 (-0800) Subject: omap-keypad buildfix X-Git-Tag: v2.6.25-omap1~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5719751dd41b914d52dc4870102cfc34e358571;p=pandora-kernel.git omap-keypad buildfix Build fixes: 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 probe() cleanup. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed