OSDN Git Service

hwmon: (nct6775) Use bitops
authorGuenter Roeck <linux@roeck-us.net>
Thu, 18 May 2017 01:40:10 +0000 (18:40 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 12 Jun 2017 00:08:19 +0000 (17:08 -0700)
commitd1bb218687079c365ea8a8a096abeefc8768dd0c
treea339a4d5cdae8703a1becf10225a4eadf90e34e9
parent32c1431eea4881a6b17bd7c639315010aeefa452
hwmon: (nct6775) Use bitops

Using bitops instead of shift operations makes the code easier to read.

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