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-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html