All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Ike Panhc <ike.pan@canonical.com>
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alexandre Rostovtsev <tetromino@gmail.com>
Subject: Re: [PATCH] ACPI: New driver for Lenovo SL laptops
Date: Thu, 24 Sep 2009 21:34:41 -0700	[thread overview]
Message-ID: <20090925043441.GE416@core.coreip.homeip.net> (raw)
In-Reply-To: <1253805163-12493-1-git-send-email-ike.pan@canonical.com>

On Thu, Sep 24, 2009 at 11:12:43PM +0800, Ike Panhc wrote:
> +
> +static void hkey_inputdev_exit(void)
> +{
> +	if (hkey_inputdev) {
> +		input_unregister_device(hkey_inputdev);
> +		input_free_device(hkey_inputdev);

input_free_device() should not be called after input_unregister_device().

-- 
Dmitry

  reply	other threads:[~2009-09-25  4:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-24 15:12 [PATCH] ACPI: New driver for Lenovo SL laptops Ike Panhc
2009-09-25  4:34 ` Dmitry Torokhov [this message]
2009-09-25 16:20 ` Alan Jenkins
2009-09-25 16:54 ` Alan Jenkins
2009-10-23 19:11 ` [Resend] " Ike Panhc
2009-10-23 19:18   ` Ike Panhc
2009-10-23 19:34   ` Alexey Starikovskiy
2009-10-23 19:34     ` Alexey Starikovskiy
2009-10-23 19:57     ` Ike Panhc
2009-10-23 20:57       ` Alexey Starikovskiy
2009-10-23 20:57         ` Alexey Starikovskiy
2009-10-23 21:43   ` Bjorn Helgaas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090925043441.GE416@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=ike.pan@canonical.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tetromino@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.