commit | c9933cb16f166de57b0b8bce170c1b9476b89836 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Sep 26 01:09:09 2017 +0200 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Oct 29 18:36:03 2017 -0700 |
tree | 9d7edd1ad3e636543c84be58a16d5055b707dd82 | |
parent | b5482f7e6cc5639440bfa0b9bb4a3a9732883f53 [diff] |
hwmon: (gpio-fan) Get rid of the gpio alarm struct There is no point in storing the GPIO alarm settings in their own struct so merge this into the main state container. Convert the variables from "unsigned" to "unsigned int" to make checkpatch happy. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>