hwmon: (lm80) Convert fan display function macros into functions
authorGuenter Roeck <linux@roeck-us.net>
Sun, 13 Apr 2014 18:28:29 +0000 (11:28 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 21 May 2014 23:02:26 +0000 (16:02 -0700)
commit85b3ee07b986e90d5e9821dcb28bde340dfc7805
tree5572dcfed9358318c8ca909becb5a957093cbbde
parent1adf3a3e1cf2ceb30c32642ff35cb05467dc7a75
hwmon: (lm80) Convert fan display function macros into functions

Convert fan display function macros into functions to reduce
code size and improve code readability.

Code size reduction is about 200 bytes on x86_64.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm80.c