From: Cristina Opriceana Date: Tue, 31 Mar 2015 10:01:18 +0000 (+0300) Subject: Staging: iio: meter: Remove explicit NULL comparison X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45297571e90bd59195011ae8e328dae84534ecef;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed