media: streamzap: remove unnecessary ir_raw_event_reset and handle
authorSean Young <sean@mess.org>
Sun, 5 Dec 2021 17:06:30 +0000 (18:06 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Dec 2021 14:09:13 +0000 (15:09 +0100)
commit4bed9306050497f49cbe77b842f0d812f4f27593
tree6493e9edc48908d554e9735bdc639e9f4cc78a4e
parent8fede658e7ddb605bbd68ed38067ddb0af033db4
media: streamzap: remove unnecessary ir_raw_event_reset and handle

There is no reason to have a reset after an IR timeout.
Calling ir_raw_event_handle() twice for the same interrupt has no
affect.

Fixes: 56b0ec30c4bc ("[media] rc/streamzap: fix reporting response times")
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/rc/streamzap.c