From: Jarod Wilson Date: Thu, 6 Jan 2011 19:57:14 +0000 (-0300) Subject: [media] rc/imon: fix ffdc device detection oops X-Git-Tag: v2.6.38-rc2~1^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2edfc23e9852591cb031a26093cdcd07a34a90;p=pandora-kernel.git [media] rc/imon: fix ffdc device detection oops There's a nasty bug that slipped in when the rc device interface was altered, only affecting the older 0xffdc imon devices. We were trying to access ictx->rdev->allowed_protos before ictx->rdev had been set. There's also an issue with call ordering that meant the correct keymap wasn't getting loaded for MCE IR type 0xffdc devices. Signed-off-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed