commit | bd3881b1cedbe6733097bd87da069bd174cc7052 | [log] [tgz] |
---|---|---|
author | Jarod Wilson <jarod@redhat.com> | Wed Jun 16 17:08:32 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Aug 02 14:55:40 2010 -0300 |
tree | 0e426fc4770f33163a668572adf5afa959a79224 | |
parent | 8a3fa8129cd90a05b1a79d949e57dcd194520174 [diff] |
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>