[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090925043441.GE416@core.coreip.homeip.net>
Date: Thu, 24 Sep 2009 21:34:41 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Ike Panhc <ike.pan@...onical.com>
Cc: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org,
Alexandre Rostovtsev <tetromino@...il.com>
Subject: Re: [PATCH] ACPI: New driver for Lenovo SL laptops
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists