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