commit | 45297571e90bd59195011ae8e328dae84534ecef | [log] [tgz] |
---|---|---|
author | Cristina Opriceana <cristina.opriceana@gmail.com> | Tue Mar 31 13:01:18 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 01 17:23:20 2015 +0200 |
tree | 456fe2da09de66d302ff4ab2b2d37609d3751048 | |
parent | 8f94c31feeba8b872ed18d075b57de5d04575d05 [diff] |
Staging: iio: meter: Remove explicit NULL comparison This patch removes explicit NULL comparison and replaces it with its shorter form. Detected with coccinelle. @replace_rule@ expression e; @@ -e == NULL + !e Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>