summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmeya Palande2011-04-07 15:30:02 +0200
committerMatthew Garrett2011-05-27 18:37:20 +0200
commit239dca9e9aff6630c22fef696978ba3a878f7d96 (patch)
tree05fb93d59accd54197d04f5175c37a51fd2b6e71
parentplatform/x86: Fix Makefile for intel_mid_powerbtn (diff)
downloadkernel-qcow2-linux-239dca9e9aff6630c22fef696978ba3a878f7d96.tar.gz
kernel-qcow2-linux-239dca9e9aff6630c22fef696978ba3a878f7d96.tar.xz
kernel-qcow2-linux-239dca9e9aff6630c22fef696978ba3a878f7d96.zip
platform-x86: intel_mid_thermal: Fix memory leak
Signed-off-by: Ameya Palande <2ameya@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
-rw-r--r--drivers/platform/x86/intel_mid_thermal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel_mid_thermal.c b/drivers/platform/x86/intel_mid_thermal.c
index f0776504521f..3a578323122b 100644
--- a/drivers/platform/x86/intel_mid_thermal.c
+++ b/drivers/platform/x86/intel_mid_thermal.c
@@ -527,6 +527,7 @@ static int mid_thermal_remove(struct platform_device *pdev)
for (i = 0; i < MSIC_THERMAL_SENSORS; i++)
thermal_zone_device_unregister(pinfo->tzd[i]);
+ kfree(pinfo);
platform_set_drvdata(pdev, NULL);
/* Stop the ADC */