From patchwork Thu Dec 31 15:41:33 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anisse Astier X-Patchwork-Id: 70398 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBVFk7F3017934 for ; Thu, 31 Dec 2009 15:46:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752477AbZLaPqG (ORCPT ); Thu, 31 Dec 2009 10:46:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752486AbZLaPqG (ORCPT ); Thu, 31 Dec 2009 10:46:06 -0500 Received: from ey-out-2122.google.com ([74.125.78.25]:15942 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752477AbZLaPqE (ORCPT ); Thu, 31 Dec 2009 10:46:04 -0500 Received: by ey-out-2122.google.com with SMTP id 25so1965224eya.19 for ; Thu, 31 Dec 2009 07:46:03 -0800 (PST) Received: by 10.213.42.83 with SMTP id r19mr433605ebe.1.1262274362791; Thu, 31 Dec 2009 07:46:02 -0800 (PST) Received: from destiny.ordissimo (253.175.70-86.rev.gaoland.net [86.70.175.253]) by mx.google.com with ESMTPS id 14sm10299412ewy.3.2009.12.31.07.46.02 (version=SSLv3 cipher=RC4-MD5); Thu, 31 Dec 2009 07:46:02 -0800 (PST) Date: Thu, 31 Dec 2009 16:41:33 +0100 From: Anisse Astier To: Len Brown Cc: linux-acpi@vger.kernel.org Subject: Re: ACPI & driver patches for 2.6.33-rc2 Message-ID: <20091231164133.3a6831d9@destiny.ordissimo> In-Reply-To: <1262158597-9597-1-git-send-email-lenb@kernel.org> References: <1262158597-9597-1-git-send-email-lenb@kernel.org> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.12; i486-pc-linux-gnu) Mime-Version: 1.0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index 8781d8f..222ab57 100644 --- a/drivers/platform/x86/hp-wmi.c +++ b/drivers/platform/x86/hp-wmi.c @@ -388,8 +388,6 @@ static void hp_wmi_notify(u32 value, void *context) } else printk(KERN_INFO "HP WMI: Unknown key pressed - %x\n", eventcode); - - kfree(obj); } static int __init hp_wmi_input_setup(void)