[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>
This commit is contained in:
Родитель
7ca64e2d28
Коммит
bdce2595a2
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче