[media] rc-core: img-ir - leave the internals of rc_dev alone

Changing the protocol does not imply that the keymap changes.

Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
David Härdeman 2017-05-01 13:10:01 -03:00 committed by Mauro Carvalho Chehab
parent a387ffc804
commit a55a71da3d
1 changed files with 0 additions and 4 deletions

View File

@ -702,10 +702,6 @@ static void img_ir_set_protocol(struct img_ir_priv *priv, u64 proto)
{
struct rc_dev *rdev = priv->hw.rdev;
spin_lock_irq(&rdev->rc_map.lock);
rdev->rc_map.rc_type = __ffs64(proto);
spin_unlock_irq(&rdev->rc_map.lock);
mutex_lock(&rdev->lock);
rdev->enabled_protocols = proto;
rdev->allowed_wakeup_protocols = proto;