V4L/DVB: IR/imon: remove incorrect calls to input_free_device
authorJarod Wilson <jarod@redhat.com>
Mon, 26 Jul 2010 14:11:36 +0000 (11:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Aug 2010 02:42:57 +0000 (23:42 -0300)
commit20cd19597238723237d214dbab18c0b7c68c5814
treeea0501a875877ae901bf6af82c3e01679f7c27ff
parentd69e85b644dbc8c68dec3b4149941989d4bcc66f
V4L/DVB: IR/imon: remove incorrect calls to input_free_device

Per Dmitry Torokhov, following input_unregister_device with an
input_free_device is forbidden, the former is sufficient alone.

Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/imon.c