V4L/DVB: IR/imon: use the proper ir-core device unregister function
authorJarod Wilson <jarod@redhat.com>
Wed, 16 Jun 2010 20:07:39 +0000 (17:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 17:55:30 +0000 (14:55 -0300)
commit8a3fa8129cd90a05b1a79d949e57dcd194520174
tree1de81e89d732cf3f32d7fca8424ce71e32a69d7a
parent2135436af139ac3d11645dd77d5c788a045a096f
V4L/DVB: IR/imon: use the proper ir-core device unregister function

Was using input_unregister_device directly, instead of using
ir_input_unregister, which tears down a bunch of other things in
addition to eventually calling input_unregister_device.

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