From: Kevin McKinney Date: Wed, 20 Jun 2012 00:14:54 +0000 (-0400) Subject: Staging: bcm: Change conditions that check for NULL in nvm.c X-Git-Tag: v3.6-rc1~100^2~658 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a7ef06de037761dab79e1ed8e62758ddac3201;p=pandora-kernel.git Staging: bcm: Change conditions that check for NULL in nvm.c This patch changes all conditions that check for NULL from "if (variable == NULL)" or "if (NULL == variable)" to "if (variable)" to make code more readable. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed