commit | 3b531807e605bfa8290531a63886d1972809e310 | [log] [tgz] |
---|---|---|
author | Valentin Vidic <vvidic@valentin-vidic.from.hr> | Tue Sep 03 22:56:59 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 04 08:25:23 2019 +0200 |
tree | ef3c5c97fa361cfb2bd2433fdfcb175830d64c9b | |
parent | 4e690bf985bd2e1517f58d514bd73222062e0ce8 [diff] |
staging: exfat: cleanup explicit comparisons to NULL Fixes checkpatch.pl warnings: CHECK: Comparison to NULL could be written "expr" CHECK: Comparison to NULL could be written "!expr" Signed-off-by: Valentin Vidic <vvidic@valentin-vidic.from.hr> Link: https://lore.kernel.org/r/20190903205659.18856-1-vvidic@valentin-vidic.from.hr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>