瀏覽代碼

[CPUFREQ] pcc-cpufreq: remove duplicate statements

Remove a couple of assigment statements that appear twice.

Signed-off-by: Naga Chumbalkar <nagananda.chumbalkar@hp.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Chumbalkar, Nagananda 14 年之前
父節點
當前提交
bdce2595a2
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c

+ 0 - 2
arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c

@@ -313,8 +313,6 @@ static int __init pcc_cpufreq_do_osc(acpi_handle *handle)
 	u32 supported;
 	int ret = 0;
 
-	input.count = 4;
-	input.pointer = in_params;
 	input.count = 4;
 	input.pointer = in_params;
 	in_params[0].type               = ACPI_TYPE_BUFFER;