commit | 1205f7fc1e1e38cb2fc56560c641af9395ab0ce5 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Apr 25 10:16:28 2013 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Apr 25 10:17:56 2013 -0700 |
tree | bfebbd75bcd1b1d553464504a13b22f18c99bad6 | |
parent | 8f5e269252a811e2cb4ca0accd34dda7d349d3ea [diff] |
msm: thermal: Initialize sysfs attributes to quiet lockdep Dynamically allocated sysfs attributes need to be initialized with sysfs_attr_init() otherwise we get BUG: key ee1d8748 not in .data! messages printed and lockdep becomes useless. Change-Id: I74d9b6556f50d7e578569f67bb2c6b9b874cd64f Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>