]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitbd3881b1cedbe6733097bd87da069bd174cc7052
tree0e426fc4770f33163a668572adf5afa959a79224
parent8a3fa8129cd90a05b1a79d949e57dcd194520174
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