]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
omap-keypad buildfix
authorDavid Brownell <david-b@pacbell.net>
Mon, 25 Feb 2008 03:14:32 +0000 (19:14 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 29 Feb 2008 15:59:27 +0000 (07:59 -0800)
commite5719751dd41b914d52dc4870102cfc34e358571
tree98fd51e47d759786bc538479f5b63b1a139c92ed
parent703c97405fe33cfc3a7e855adca4ca2896785fa6
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 <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/input/keyboard/omap-keypad.c