hwmon: (lm95241) Use BIT macro where appropriate
authorGuenter Roeck <linux@roeck-us.net>
Mon, 4 Jul 2016 15:01:04 +0000 (08:01 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 9 Sep 2016 04:34:14 +0000 (21:34 -0700)
commite8172a9381f33b6a4b16871b9149171e0113bfde
tree08ef3fbd9e97d27e32c2ff171aa5c324c0b74c43
parent054f3040e47250ba98958175ff4e7ab61dd7725e
hwmon: (lm95241) Use BIT macro where appropriate

Drop some of the SHIFT defines since shift is implied with BIT().

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