commit | 8c0eb9bc52fad2fec7a5ff40d5da85b74232f5de | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Tue Sep 26 01:09:06 2017 +0200 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Oct 29 18:36:03 2017 -0700 |
tree | 694cce803ba37d6b425f1c97983d0110de1d0b2d | |
parent | ef7a612415958de1f9afd86235d38b14975d0b7c [diff] |
hwmon: (gpio-fan) Send around device pointer The driver is storing the struct platform_device *pdev pointer but what it is really using and want to pass around is a struct device *dev pointer. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>