commit | 48001525c94b099058ef0b1fa6a5094082123d2d | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Mon Jul 25 13:37:56 2016 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Thu Sep 08 21:34:14 2016 -0700 |
tree | 570366bd3881e9f6a4c1b2c4114e06153cf09ca8 | |
parent | 640208567660dbe8ad81f3b1c7c90e56fd352317 [diff] |
hwmon: (ntc_thermistor) Use dev instead of &pdev->dev where possible Instead of repeatedly accessing &pdev->dev, use a local variable dev instead where possible. Also drop 'dev' from private data since it is unnecessary. Signed-off-by: Guenter Roeck <linux@roeck-us.net>