From: Bruce Allan Date: Wed, 8 Feb 2012 02:55:09 +0000 (+0000) Subject: e1000e: cleanup: always return 0 X-Git-Tag: v3.4-rc1~177^2~305^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=826072555b0dceac44a6e69a0c5be137e829c9d4;p=pandora-kernel.git e1000e: cleanup: always return 0 These are a few instances of returning a value that can only be 0 so just use a 'return 0' to make it more obvious. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed