hwmon: (lm90) Use bool for valid flag
authorGuenter Roeck <linux@roeck-us.net>
Sat, 18 Jun 2016 22:39:08 +0000 (15:39 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 9 Jul 2016 15:35:40 +0000 (08:35 -0700)
commit2f83ab77b43807edf695ca9a31673be2197a33b3
treea118b9a352435d757a8883654c2089ed0329103e
parent10bfef47bd259a800a731a2b459599b14cfb8052
hwmon: (lm90) Use bool for valid flag

Use bool for valid flag and leave it up to the compiler to find
an optimal representation.

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