commit | 7e612685a3a3f0c1159f4562421e91a6c55d024e | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Mon Jan 16 17:15:02 2012 -0800 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Mar 18 18:27:08 2012 -0700 |
tree | 42f20b9296cad8346e5005a18ce17329254cde11 | |
parent | 7cc3cb6662a21a59a2e0e752a8ebd95137c71d3a [diff] |
hwmon: (smsc47m1) 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. Cc: Jean Delvare <khali@linux-fr.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>