diff options
author | Ameya Palande <2ameya@gmail.com> | 2011-04-07 09:30:02 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-05-27 12:37:20 -0400 |
commit | 239dca9e9aff6630c22fef696978ba3a878f7d96 (patch) | |
tree | 05fb93d59accd54197d04f5175c37a51fd2b6e71 /drivers/platform | |
parent | cb8b646d8b27053d311595b4fc7dbe161d92683e (diff) |
platform-x86: intel_mid_thermal: Fix memory leak
Signed-off-by: Ameya Palande <2ameya@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/intel_mid_thermal.c | 1 |
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) | |||
527 | for (i = 0; i < MSIC_THERMAL_SENSORS; i++) | 527 | for (i = 0; i < MSIC_THERMAL_SENSORS; i++) |
528 | thermal_zone_device_unregister(pinfo->tzd[i]); | 528 | thermal_zone_device_unregister(pinfo->tzd[i]); |
529 | 529 | ||
530 | kfree(pinfo); | ||
530 | platform_set_drvdata(pdev, NULL); | 531 | platform_set_drvdata(pdev, NULL); |
531 | 532 | ||
532 | /* Stop the ADC */ | 533 | /* Stop the ADC */ |