From: Bruce Allan Date: Tue, 31 Jan 2012 06:37:59 +0000 (+0000) Subject: e1000e: remove test that is always false X-Git-Tag: v3.4-rc1~177^2~341 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bcf053baf6b255e8c82c7ecd0d15954adb0379b;p=pandora-kernel.git e1000e: remove test that is always false warning: comparison of unsigned expression < 0 is always false Remove an unnecessary test that is reported when compiling driver with W=1. The test is unnecessary because Intel wired GbE hardware older (i.e. less) than 82571 is not supported by this driver. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed