commit | 903b9124eae00edf8a9d6491dab60fcda777aabd | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Sun Aug 30 11:30:48 2009 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Aug 30 11:55:47 2009 -0700 |
tree | f7c3b509d24ff30457ee75bd40a5ed58ebfeb771 | |
parent | 9d8340687c524ce61e3c9c76758c4c81303acfc0 [diff] |
Input: w90p910_keypad - move a dereference below a NULL test We should first check whether platform data is NULL or not, before dereferencing it to get the keymap. Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>