From e5719751dd41b914d52dc4870102cfc34e358571 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Sun, 24 Feb 2008 19:14:32 -0800 Subject: [PATCH] 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-format-patch failed