From aa5587f3cb9fde2db852b5549ee561198aa95748 Mon Sep 17 00:00:00 2001 From: Cristina Opriceana Date: Tue, 31 Mar 2015 13:04:29 +0300 Subject: [PATCH] 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-format-patch failed