rk3368: cpufreq: fix compile warning
authorXiao Feng <xf@rock-chips.com>
Fri, 6 Feb 2015 07:48:17 +0000 (15:48 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 6 Feb 2015 11:36:47 +0000 (19:36 +0800)
Signed-off-by: Xiao Feng <xf@rock-chips.com>
drivers/cpufreq/rockchip_big_little.c

index 930e52318ff4ee7682c356b8096c32accfb57c2c..de82b1ac250c3161c424db3f974599406335dd49 100644 (file)
@@ -507,7 +507,7 @@ static struct cpufreq_driver cpufreq_driver = {
        .get = cpufreq_bl_get_rate,
        .init = cpufreq_bl_init,
        .exit = cpufreq_bl_exit,
-       .name = "rockchip-big-little",
+       .name = "rockchip-bl",
        .have_governor_per_policy = true,
        .attr = cpufreq_attr,
 };