projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63039c2
)
media: rc: mce_kbd decoder: remove superfluous call to input_sync
author
Sean Young
<sean@mess.org>
Wed, 11 Apr 2018 15:02:16 +0000
(11:02 -0400)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Fri, 20 Apr 2018 13:19:35 +0000
(09:19 -0400)
There is nothing to sync in this code path.
Reported-by: Matthias Reichl <hias@horus.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/ir-mce_kbd-decoder.c
patch
|
blob
|
history
diff --git
a/drivers/media/rc/ir-mce_kbd-decoder.c
b/drivers/media/rc/ir-mce_kbd-decoder.c
index 002b8323ae69625abe4930f1d4648dd390a76857..2fc78710a72493db77005b479bd9badd3e94e84c 100644
(file)
--- 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;
}