Files
linux/drivers/input/keyboard
Dan Carpenter 2b2f514705 Input: pxa27x_keypad - remove an unneeded NULL check
Static checkers complain about this NULL check because we dereference it
without checking a couple lines later.  This function is only called
when "keypad->pdata" is non-NULL so we can just delete the NULL test.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
[Dmitry: remove the variable altogether given that it is used just once and
 dereference directly.]
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2015-02-11 23:07:12 -08:00
..
2012-11-24 00:05:38 -08:00
2015-01-15 09:46:14 -08:00
2014-12-21 18:59:21 -08:00
2013-12-06 02:06:29 -08:00
2012-11-24 00:05:38 -08:00
2013-12-06 02:06:29 -08:00