On Sun, Feb 09, 2020 at 12:47:40PM +0100, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 5.5-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org.
thanks,
greg k-h
------------------ original commit in Linus's tree ------------------
From c4e8f760581b8607a1989acb8925be25d6628760 Mon Sep 17 00:00:00 2001 From: Hans Verkuil hverkuil-cisco@xs4all.nl Date: Sat, 7 Dec 2019 23:43:23 +0100 Subject: [PATCH] media: pulse8-cec: fix lost cec_transmit_attempt_done() call
The periodic PING command could interfere with the result of a CEC transmit, causing a lost cec_transmit_attempt_done() call.
Signed-off-by: Hans Verkuil hverkuil-cisco@xs4all.nl Cc: stable@vger.kernel.org # for v4.10 and up Signed-off-by: Mauro Carvalho Chehab mchehab+huawei@kernel.org
Another duplicate commit:
e5a52a1d15c7 ("media: pulse8-cec: fix lost cec_transmit_attempt_done() call") c4e8f760581b ("media: pulse8-cec: fix lost cec_transmit_attempt_done() call")