be2net: use "if (!foo)" test style
authorKalesh AP <kalesh.purayil@emulex.com>
Thu, 17 Jul 2014 10:50:28 +0000 (16:20 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 23:38:15 +0000 (16:38 -0700)
commitddf1169fec57c68f9ab561ac818b02aae95943b4
tree4b62be2238bc14eb94a55a918a71e69a9837047d
parentb99f8036ff04d30d27ab8144b409cecdcb0bf035
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 <kalesh.purayil@emulex.com>
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c