commit | 795013333b613ba79b7df57515c9afacac6f167d | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Mon Jan 16 20:45:16 2012 -0800 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:27:37 2012 -0700 |
tree | 3bf1d5a152d9ccaa84a4f806d82c81204a9a76ac | |
parent | aff6e00ee142d04ffeb8d8dcd3b2c0b8f789c354 [diff] |
hwmon: (w83781d) Fix: do not use assignment in if condition Fix checkpatch issue: ERROR: do not use assignment in if condition Replace repeated calls to device_create_file() with calls to sysfs_create_group. Signed-off-by: Guenter Roeck <linux@roeck-us.net>