diff options
| author | Andy Grover <agrover@groveronline.com> | 2002-10-23 02:49:34 -0700 |
|---|---|---|
| committer | Andy Grover <agrover@groveronline.com> | 2002-10-23 02:49:34 -0700 |
| commit | 2a2eff1998e34c19257291cd8f5d116595d9307d (patch) | |
| tree | 54a6f9db5379b9d050bb21b1533b1ab77205b32f /drivers/acpi/processor.c | |
| parent | 330e914f24c9abcefa0e78fbcdbb2c0a2bae643c (diff) | |
ACPI: eliminate duplicate lines of code
Diffstat (limited to 'drivers/acpi/processor.c')
| -rw-r--r-- | drivers/acpi/processor.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/processor.c b/drivers/acpi/processor.c index 5ad9a67e06a9..17acb960edec 100644 --- a/drivers/acpi/processor.c +++ b/drivers/acpi/processor.c @@ -1481,9 +1481,6 @@ acpi_processor_set_thermal_limit ( px = pr->limit.thermal.px; tx = pr->limit.thermal.tx; - px = pr->limit.thermal.px; - tx = pr->limit.thermal.tx; - switch (type) { case ACPI_PROCESSOR_LIMIT_NONE: |
