Commit 2a2eff19 authored by Andy Grover's avatar Andy Grover

ACPI: eliminate duplicate lines of code

parent 330e914f
...@@ -1481,9 +1481,6 @@ acpi_processor_set_thermal_limit ( ...@@ -1481,9 +1481,6 @@ acpi_processor_set_thermal_limit (
px = pr->limit.thermal.px; px = pr->limit.thermal.px;
tx = pr->limit.thermal.tx; tx = pr->limit.thermal.tx;
px = pr->limit.thermal.px;
tx = pr->limit.thermal.tx;
switch (type) { switch (type) {
case ACPI_PROCESSOR_LIMIT_NONE: case ACPI_PROCESSOR_LIMIT_NONE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment