commit | 9d1f8a40ddab65a5cedb69b369ee4c0c6e4acf6b | [log] [tgz] |
---|---|---|
author | Henrik Rydberg <rydberg@euromail.se> | Sat Jan 22 20:55:39 2011 +0100 |
committer | Guenter Roeck <guenter.roeck@ericsson.com> | Sun Jan 23 09:28:50 2011 -0800 |
tree | 7ab9582fc96b1d4d5fe5cd67cb8b01a0bfb960be | |
parent | 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 [diff] |
hwmon: (applesmc) Properly initialize lockdep attributes The switch to dynamically allocated sysfs attributes left the internal lockdep members uninitialized, causing a formal bug. This patch adds sysfs_attr_init() to the node creation function, remedying the problem. Reported-and-tested-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>