commit | 829bbf268894d0866bb9dd2b1e430cfa5c5f0779 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Sun Oct 01 16:38:29 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Oct 11 12:37:53 2017 -0400 |
tree | 66ece0a357db1f9ecffb40fc82a807e758f628d2 | |
parent | 2265425fd9c512cc9977516b5fe78d03ad9311a7 [diff] |
media: rc: nec decoder should not send both repeat and keycode When receiving an nec repeat, rc_repeat() is called and then rc_keydown() with the last decoded scancode. That last call is redundant. Fixes: 265a2988d202 ("media: rc-core: consistent use of rc_repeat()") Cc: <stable@vger.kernel.org> # v4.14 Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>