commit | 8f94c31feeba8b872ed18d075b57de5d04575d05 | [log] [tgz] |
---|---|---|
author | Cristina Opriceana <cristina.opriceana@gmail.com> | Tue Mar 31 12:51:38 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 01 17:23:20 2015 +0200 |
tree | 3b580147f55f887199b370389502ca1b22b314c8 | |
parent | 025c7da9eeba3a6c77ef9485a4c1c1a797dd7a4e [diff] |
Staging: iio: iio_simple_dummy: Remove explicit NULL comparison This patch removes explicit NULL comparison and writes it in its simpler form. Done 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>