Re: [PATCH] Fix uninitialized local variable "covered" in i386acpi-cpufreq driver

From: Andrew Morton
Date: Thu Jul 26 2007 - 20:16:29 EST


On Thu, 26 Jul 2007 17:12:22 -0700 Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:

> How's that for a one-liner? ;)

- the return value from acpi_cpufreq_early_init() gets ignored,
so the module will still load, but won't work.

- Once that is fixed, the test for !acpi_perf_data[cpu] in
acpi_cpufreq_cpu_init() can be removed.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/