[CPUFREQ] Propagate acpi_processor_preregister_performance return value.

Note how any error from acpi_processor_preregister_performance is ignored.

From: bert hubert <bert.hubert@netherlabs.nl>
Signed-off-by: Dave Jones <davej@redhat.com>

authored by bert hubert and committed by Dave Jones 12e704db ea714970

+1 -2
+1 -2
arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c
··· 384 } 385 386 /* Do initialization in ACPI core */ 387 - acpi_processor_preregister_performance(acpi_perf_data); 388 - return 0; 389 } 390 391 static int
··· 384 } 385 386 /* Do initialization in ACPI core */ 387 + return acpi_processor_preregister_performance(acpi_perf_data); 388 } 389 390 static int