projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e4acc1
)
rk3368: cpufreq: fix compile warning
author
Xiao Feng
<xf@rock-chips.com>
Fri, 6 Feb 2015 07:48:17 +0000
(15:48 +0800)
committer
Huang, 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
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/rockchip_big_little.c
b/drivers/cpufreq/rockchip_big_little.c
index 930e52318ff4ee7682c356b8096c32accfb57c2c..de82b1ac250c3161c424db3f974599406335dd49 100644
(file)
--- a/
drivers/cpufreq/rockchip_big_little.c
+++ b/
drivers/cpufreq/rockchip_big_little.c
@@
-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-b
ig-little
",
+ .name = "rockchip-b
l
",
.have_governor_per_policy = true,
.attr = cpufreq_attr,
};