]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40evf: make comparisons consistent
authorMitch Williams <mitch.a.williams@intel.com>
Tue, 11 Nov 2014 20:02:52 +0000 (20:02 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 20 Nov 2014 22:56:43 +0000 (14:56 -0800)
commit348d499440635f8847bedf124cda54eacf4c29a0
tree1303631be670cd6eef4b858e6c6ec535dbd8ffb6
parent75a644358a2323c6c0769fd3faa4f54e0c58a30c
i40evf: make comparisons consistent

Most of the null-checking in this driver is of the style if (!foo),
except these few. Make these checks consistent with the rest of the
code.

Change-ID: I991924f34072fa607a1b626a8b3f1fa5195d43e9
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c