提交 8eebf1a4 编写于 作者: D Dave Jones

[CPUFREQ] Remove redundant initialisation from longhaul.

Signed-off-by: NDave Jones <davej@redhat.com>
上级 e2aa8732
......@@ -679,7 +679,7 @@ static int __init longhaul_init(void)
static void __exit longhaul_exit(void)
{
int i=0;
int i;
for (i=0; i < numscales; i++) {
if (clock_ratio[i] == maxmult) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册