V4L/DVB: IR/mceusb: use the proper ir-core device unregister function
authorJarod Wilson <jarod@redhat.com>
Wed, 16 Jun 2010 20:08:32 +0000 (17:08 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 17:55:40 +0000 (14:55 -0300)
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>

No differences found