Skip to content
Snippets Groups Projects
Commit 6e87bf04 authored by Chris Fries's avatar Chris Fries
Browse files

msm: devfreq_cpubw: default to cpubw_hwmon


Use the cpubw_hwmon governor by default, since we always prefer it.

Signed-off-by: default avatarChris Fries <cfries@motorola.com>
parent 3ec274db
No related merge requests found
......@@ -188,7 +188,7 @@ static int __init cpubw_probe(struct platform_device *pdev)
return -ENODEV;
}
df = devfreq_add_device(dev, &cpubw_profile, "msm_cpufreq", NULL);
df = devfreq_add_device(dev, &cpubw_profile, "cpubw_hwmon", NULL);
if (IS_ERR(df)) {
msm_bus_scale_unregister_client(bus_client);
return PTR_ERR(df);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment