commit | 96ffcdf239de6f9970178bb7d643e16fd9e68ab9 | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Tue Oct 20 15:12:12 2020 +0900 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Oct 26 11:50:51 2020 +0900 |
tree | 344e9362f8e0e5d3e46c4efba56ebf746a49017b | |
parent | 5f1a9066fcb2cc1d41104c74884f6c6cf010124b [diff] |
PM / devfreq: Remove redundant governor_name from struct devfreq The devfreq structure instance contains the governor_name and a governor instance. When need to show the governor name, better to use the name of devfreq_governor structure. So, governor_name variable in struct devfreq is a redundant and unneeded variable. Remove the redundant governor_name of struct devfreq and then use the name of devfreq_governor instance. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>