commit | 8a3fa8129cd90a05b1a79d949e57dcd194520174 | [log] [tgz] |
---|---|---|
author | Jarod Wilson <jarod@redhat.com> | Wed Jun 16 17:07:39 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Aug 02 14:55:30 2010 -0300 |
tree | 1de81e89d732cf3f32d7fca8424ce71e32a69d7a | |
parent | 2135436af139ac3d11645dd77d5c788a045a096f [diff] |
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>