commit | d2059c3b90f58649c51689c653f77348e33ab840 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue Jul 03 15:11:15 2012 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Mon Jul 09 18:29:28 2012 -0600 |
tree | bc2b0c8e5cc290b474a2073d4d60241995d229de | |
parent | 9aa5a9fbfbc7c4e4940269c34797648fb8d3ae1d [diff] |
msm: pm-8x60: Initialize attributes with sysfs_attr_init() These sysfs attributes are generated dynamically and thus need to be initialized with sysfs_attr_init() to avoid warnings such as: BUG: key ef15ff8c not in .data! which occur if lockdep is enabled. Change-Id: I81145da5c2be7b81ba64302730856331e8ea8cf4 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>