commit | 4b032eb7bd841eb285943d095f2c61e28bbd1c6f | [log] [tgz] |
---|---|---|
author | Laura Garcia Liebana <nevola@gmail.com> | Wed Feb 17 09:52:06 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:59:37 2016 -0800 |
tree | 627cc61c84d6b4ab0f5b315c040511dce024b2fb | |
parent | a5cecac645c7eb18e0c23d6c52662cbe07b6d232 [diff] |
staging: netlogic: Fix comparison to NULL Avoid the use of comparison to NULL, use !<variable> instead. Checkpatch detected these issues. Signed-off-by: Laura Garcia Liebana <nevola@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>