commit | 7a9fcb41b9370a32bb65bece9afc83701ab2d2b6 | [log] [tgz] |
---|---|---|
author | Jarod Wilson <jarod@redhat.com> | Thu Jul 29 18:34:52 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Aug 08 23:42:57 2010 -0300 |
tree | 3b43d53f7c05c65da4b04a82d8cb35c963b9e9e7 | |
parent | da48db669f50d47c208da3648dca7cac7ea6dcca [diff] |
V4L/DVB: IR/mceusb: remove bad ir_input_dev use The ir_input_dev gets filled in by __ir_input_register, the one allocated in mceusb_init_input_dev was being overwritten by the correct one shortly after it was initialized (ultimately resulting in a memory leak). This bug was inherited from imon.c, and was pointed out to me by Maxim Levitsky. v2: fix incorrect dev arg to dev_dbg Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>