From: Fenghua Yu Date: Tue, 31 Jul 2007 07:37:26 +0000 (-0700) Subject: Fix uninitialized local variable "covered" in i386 acpi-cpufreq driver X-Git-Tag: v2.6.23-rc2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c876bf12b431afa9c438b24bd6f55f3a815805;p=pandora-kernel.git Fix uninitialized local variable "covered" in i386 acpi-cpufreq driver The local variable "covered" is used without initialization in i386 acpi-cpufreq driver. The initial value of covered should be 0. The bug will cause memory leak when hit. The following patch fixes this bug. Signed-off-by: Fenghua Yu Cc: Venkatesh Pallipadi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed