[PATCH] IR/imon: remove incorrect calls to input_free_device

2010-07-26 Thread Jarod Wilson
Per Dmitry Torokhov (in a completely unrelated thread on linux-input), following input_unregister_device with an input_free_device is forbidden, the former is sufficient alone. CC: Dmitry Torokhov dmitry.torok...@gmail.com Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/imon.c

Re: [PATCH] IR/imon: remove incorrect calls to input_free_device

2010-07-26 Thread Dmitry Torokhov
On Mon, Jul 26, 2010 at 10:13:52AM -0400, Jarod Wilson wrote: Per Dmitry Torokhov (in a completely unrelated thread on linux-input), following input_unregister_device with an input_free_device is forbidden, the former is sufficient alone. CC: Dmitry Torokhov dmitry.torok...@gmail.com

Re: [PATCH] IR/imon: remove incorrect calls to input_free_device

2010-07-26 Thread Jarod Wilson
On Mon, Jul 26, 2010 at 1:34 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Mon, Jul 26, 2010 at 10:13:52AM -0400, Jarod Wilson wrote: Per Dmitry Torokhov (in a completely unrelated thread on linux-input), following input_unregister_device with an input_free_device is forbidden, the