Skip to content

Commit

Permalink
[CPUFREQ] pcc-cpufreq: remove duplicate statements
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chumbalkar, Nagananda authored and Dave Jones committed Mar 16, 2011
1 parent 7ca64e2 commit bdce259
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bdce259

Please sign in to comment.