]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2386069dbbdca2e542772f09c7d81623b62d2465
tree0e426fc4770f33163a668572adf5afa959a79224
parent5780faaaf96c84f9ca506b1e11f258414e48200d
V4L/DVB: IR/mceusb: 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/mceusb.c