commit | 025c7da9eeba3a6c77ef9485a4c1c1a797dd7a4e | [log] [tgz] |
---|---|---|
author | Cristina Opriceana <cristina.opriceana@gmail.com> | Tue Mar 31 12:51:10 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 01 17:23:20 2015 +0200 |
tree | 51d6606928217a92210dd0986afb8a1900e32f78 | |
parent | b72eb70209a0aac7651166d3f610ffb57b4c6e5f [diff] |
Staging: iio: iio_dummy_evgen: Simplify NULL comparison Remove explicit NULL comparison and write it in its simpler form. Replacement 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>