commit | 8e50e3c3f60c84b96956d37cbbf109b75569c6ba | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Mar 28 07:49:14 2015 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Tue Apr 19 06:32:36 2016 -0700 |
tree | e01af634d0b4273253a7598d2b7acfcd50a6e6ca | |
parent | 5cae84a58ee60eb54f636133f4f3ede9af93d476 [diff] |
hwmon: (it87) Don't use pdev as static driver variable Using the same varible name for function names and as static variable invites misuse and prevents us from adding support for a second chip. Rename pdev to it87_pdev and limit its use to where it is needed. Tested-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>