]> git.karo-electronics.de Git - linux-beck.git/commit
hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()
authorGuenter Roeck <linux@roeck-us.net>
Fri, 13 Sep 2013 17:42:39 +0000 (10:42 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 13 Oct 2013 23:16:26 +0000 (16:16 -0700)
commitc52ae3d2794ee2a248245a9e5a26f717e1c401f5
tree927fbc67c2d81ed2b1154798d12af4e9366cf8c3
parentbb34c0da646530425d9ae0e6e6229e641469da4c
hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()

get_fan_speed_index() returns -EINVAL in case of errors, only to have it
ignored and replaced with -ENODEV. Make it return -ENODEV and use it.

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