mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
[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:
committed by
Dave Jones
parent
7ca64e2d28
commit
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;
|
||||
|
||||
Reference in New Issue
Block a user