Forked from
Alex Deucher / linux
Source project has a limited visibility.
-
Chanwoo Choi authored
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>
Chanwoo Choi authoredThe 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>