From 86892a6dd9a6f68f1c1e30457684538283b10701 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Tue, 20 Jul 2010 15:19:41 -0700 Subject: [PATCH] --- yaml --- r: 202469 b: refs/heads/master c: d47bb5b227f103f9bc0e572f478ac6b2a08fc2b2 h: refs/heads/master i: 202467: ba7b18686d0b58beb6e7601b53e8c3696b318df6 v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/asus_acpi.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index cdcff27dfe13..b98eb7da7054 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 80183a4b637982d56965e4a27b823c9a29d185b3 +refs/heads/master: d47bb5b227f103f9bc0e572f478ac6b2a08fc2b2 diff --git a/trunk/drivers/platform/x86/asus_acpi.c b/trunk/drivers/platform/x86/asus_acpi.c index 92fd30c9379c..ae0914d4e02e 100644 --- a/trunk/drivers/platform/x86/asus_acpi.c +++ b/trunk/drivers/platform/x86/asus_acpi.c @@ -1340,7 +1340,8 @@ static int asus_hotk_get_info(void) return -ENODEV; } hotk->methods = &model_conf[hotk->model]; - return AE_OK; + kfree(model); + return 0; } hotk->methods = &model_conf[hotk->model]; printk(KERN_NOTICE " %s model detected, supported\n", string); @@ -1374,7 +1375,7 @@ static int asus_hotk_get_info(void) kfree(model); - return AE_OK; + return 0; } static int asus_hotk_check(void)