commit | 58b0a9432f24de90178b90f27d213eb3c0ceb643 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Apr 03 13:25:19 2017 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Apr 13 14:19:13 2017 -0700 |
tree | 9041657bd15b02bb680c45acd35e5e06736cc104 | |
parent | eee450888409422b109e6a2e2a781d1a1ba71140 [diff] |
PM / devfreq: bw_hwmon: Reflow some code Fix up style in this driver probe routine to use newer mechanisms like of_device_get_match_data() and to not use things like addresses of functions to assign function pointers. This makes the code more readable. Change-Id: Ib07edc0051fe9319e9a40cda7ba79646ce59b7e4 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>