From: Kalesh AP Date: Thu, 17 Jul 2014 10:50:28 +0000 (+0530) Subject: be2net: use "if (!foo)" test style X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~131^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf1169fec57c68f9ab561ac818b02aae95943b4;p=pandora-kernel.git be2net: use "if (!foo)" test style Replace "if (foo == NULL)" statements with "if (!foo)" to be consistent across the driver. Signed-off-by: Kalesh AP Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed