From: Bruce Allan Date: Fri, 13 Apr 2012 00:08:31 +0000 (+0000) Subject: e1000e: cleanup boolean logic X-Git-Tag: v3.5-rc1~109^2~464^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04499ec4ee945dfad9f0afbdd8d6f8ba12dac6d6;p=pandora-kernel.git e1000e: cleanup boolean logic Replace occurrences of 'if ( == <1|0>)' with 'if ([!])' Replace occurrences of ' = () ? true : false' with ' = '. Replace occurrence of ' = ' with ' = !!' While the latter replacement is not really necessary, it is done here for consistency and clarity. No functional changes. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed