hwmon: (lm90) use proper type for update_interval
authorWolfram Sang <wsa@the-dreams.de>
Sun, 5 Jun 2016 07:35:43 +0000 (09:35 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 8 Jun 2016 03:13:05 +0000 (20:13 -0700)
commit38bab98a8da4a2ff5c3f55b045b0c8bf6901362f
tree9f1c49fbb74a3a61e135b8985cb0e6713601b653
parent1069ad8f65a474bb30a487a001511b25f3575f5e
hwmon: (lm90) use proper type for update_interval

The code handles this variable always as unsigned, so adapt the type.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm90.c