commit | 973018b1b75abd696304207f016875d1fce2dbf4 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Jan 19 20:59:04 2013 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Feb 06 09:58:00 2013 -0800 |
tree | df29931e4c40b408868f125410b6af143e9b8463 | |
parent | 77493ef60f4586a58f83a3a00a55eeb733b4eff3 [diff] |
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 <linux@roeck-us.net>