From: Jean Delvare Date: Thu, 28 Oct 2010 18:31:49 +0000 (+0200) Subject: hwmon: (w83795) More style cleanups X-Git-Tag: v2.6.37-rc1~59^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb02755a50f8f3508030b311e3788426fbdc23b7;p=pandora-kernel.git hwmon: (w83795) More style cleanups Cleanups suggested by Guenter Roeck, falling into 4 categories: * Swapping test orders, because if (var == CONSTANT) is much easier to read than if (CONSTANT == var). * Simplifying comparisons with 0. * Dropping unneeded masks. * Dropping unneeded parentheses and curly braces. Signed-off-by: Jean Delvare Acked-by: Guenter Roeck --- Reading git-diff-tree failed