commit | 2b2f514705fa00df1bc01d68fe9decbb7d59fcc6 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Feb 11 09:34:03 2015 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Feb 11 23:07:12 2015 -0800 |
tree | 3466bff37d99557ca76494be55ef702091a246fa | |
parent | 791738be57473fddaf393dcedcef31b577231aaa [diff] |
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>