commit | 7d2edfc23e9852591cb031a26093cdcd07a34a90 | [log] [tgz] |
---|---|---|
author | Jarod Wilson <jarod@redhat.com> | Thu Jan 06 16:57:14 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jan 19 11:45:49 2011 -0200 |
tree | ef8716911d93743d0378552498203db6194dfb5c | |
parent | e95342f168f7a02441cec51b222bb7ae62df364d [diff] |
[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 <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>