Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6571da9 authored by Dave Jones's avatar Dave Jones
Browse files

[CPUFREQ] Remove pointless reinitialisations in acpi-cpufreq



Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 83844510
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ acpi_processor_set_performance (
{
	u16			port = 0;
	u8			bit_width = 0;
	int			ret = 0;
	int			ret;
	u32			value = 0;
	int			i = 0;
	struct cpufreq_freqs    cpufreq_freqs;
@@ -195,7 +195,6 @@ acpi_processor_set_performance (
			udelay(10);
		}
	} else {
		i = 0;
		value = (u32) data->acpi_data.states[state].status;
	}