diff options
author | 2020-10-20 15:12:12 +0900 | |
---|---|---|
committer | 2020-10-26 11:50:51 +0900 | |
commit | 96ffcdf239de6f9970178bb7d643e16fd9e68ab9 (patch) | |
tree | 344e9362f8e0e5d3e46c4efba56ebf746a49017b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PM / devfreq: Add governor attribute flag for specifc sysfs nodes (diff) | |
download | wireguard-linux-96ffcdf239de6f9970178bb7d643e16fd9e68ab9.tar.xz wireguard-linux-96ffcdf239de6f9970178bb7d643e16fd9e68ab9.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions