This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: rc: mce_kbd decoder: remove superfluous call to input_sync
Author:  Sean Young <s...@mess.org>
Date:    Wed Apr 11 11:02:16 2018 -0400

There is nothing to sync in this code path.

Reported-by: Matthias Reichl <h...@horus.com>
Signed-off-by: Sean Young <s...@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>

 drivers/media/rc/ir-mce_kbd-decoder.c | 1 -
 1 file changed, 1 deletion(-)

---

diff --git a/drivers/media/rc/ir-mce_kbd-decoder.c 
b/drivers/media/rc/ir-mce_kbd-decoder.c
index 002b8323ae69..2fc78710a724 100644
--- a/drivers/media/rc/ir-mce_kbd-decoder.c
+++ b/drivers/media/rc/ir-mce_kbd-decoder.c
@@ -362,7 +362,6 @@ out:
        dev_dbg(&dev->dev, "failed at state %i (%uus %s)\n",
                data->state, TO_US(ev.duration), TO_STR(ev.pulse));
        data->state = STATE_INACTIVE;
-       input_sync(data->idev);
        return -EINVAL;
 }
 

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to