commit | e5b3ecebdf153509118ab1de6b3707a9889c300d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Dec 29 12:32:20 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 20:11:51 2016 -0800 |
tree | 41e1a724212774e3f9eb2ee0fc0e655c91fcadbd | |
parent | c5af6be354e3e4c10fc54d48f5a4fb6744ea293a [diff] |
staging: mt29f: fix unchecked malloc() The pointer is unconditionally dereferenced a few lines later, we need to make sure it isn't NULL. Signed-off-by: Manuel Pégourié-Gonnard <mpg@elzevir.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>