commit | f05f33fae3c720bd555ceb15b46beb4c642b663a | [log] [tgz] |
---|---|---|
author | Laura Garcia Liebana <nevola@gmail.com> | Sat Mar 12 16:19:11 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 28 07:30:36 2016 -0700 |
tree | 31f2a789e689fe2b54464819b7fff5768b54fac3 | |
parent | 9fc27699bd16707ae95218ba553bde144f5afbed [diff] |
staging: nvec: Fix comparison to NULL Replace the use of comparison to NULL, use !<expression> instead. Checkpatch detected these issues. Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>