From: Jarod Wilson Date: Wed, 16 Jun 2010 20:07:39 +0000 (-0300) Subject: V4L/DVB: IR/imon: use the proper ir-core device unregister function X-Git-Tag: v2.6.36-rc1~582^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3fa8129cd90a05b1a79d949e57dcd194520174;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed