From: Guenter Roeck Date: Sun, 20 Jan 2013 04:59:04 +0000 (-0800) Subject: hwmon: (pmbus) Fix 'Macros with multiple statements' checkpatch error X-Git-Tag: v3.9-rc1~152^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=973018b1b75abd696304207f016875d1fce2dbf4;p=pandora-kernel.git hwmon: (pmbus) Fix 'Macros with multiple statements' checkpatch error Fix: ERROR: Macros with multiple statements should be enclosed in a do - while loop by unwinding the problematic macros. As a side effect, this patch reduces code size on x86_64 by 160 bytes and bss size by 64 bytes. Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed