From: Cristina Opriceana Date: Tue, 31 Mar 2015 10:04:29 +0000 (+0300) Subject: Staging: iio: accel: Remove explicit NULL comparison X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~30 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5587f3cb9fde2db852b5549ee561198aa95748;p=pandora-kernel.git Staging: iio: accel: Remove explicit NULL comparison This patch removes explicit NULL comparison and writes it in its equivalent shorter form. Done 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