]> git.ipfire.org Git - people/ms/linux.git/commit
hwmon: (lm90) Use BIT macro
authorGuenter Roeck <linux@roeck-us.net>
Sat, 30 Oct 2021 16:11:20 +0000 (09:11 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 13 Jul 2022 15:38:17 +0000 (08:38 -0700)
commitddf2a6093c56546e17c7038ac6275ef779682de9
tree0e426ff0b1772341613455e659b163dca3b31619
parentff8f0a652d2fbc3e552a32ad738928f7c23751e4
hwmon: (lm90) Use BIT macro

Use BIT macro instead of shift operation to improve readability.
No functional change.

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