From: Jarod Wilson Date: Thu, 29 Jul 2010 21:34:52 +0000 (-0300) Subject: V4L/DVB: IR/mceusb: remove bad ir_input_dev use X-Git-Tag: v2.6.36-rc1~289^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9fcb41b9370a32bb65bece9afc83701ab2d2b6;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed