From: Bruce Allan Date: Tue, 31 Jan 2012 06:37:27 +0000 (+0000) Subject: e1000e: cleanup - check return values consistently X-Git-Tag: v3.4-rc1~177^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e2d7657e2a8fb40f732563dffb05151ea2d7e01;p=pandora-kernel.git e1000e: cleanup - check return values consistently The majority of the e1000e code checks most function return values using a test like 'if (ret_val)' or 'if (!ret_val)' but there are a few instances of 'if (ret_val == 0)'. This patch converts the latter to the former for consistency. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed