[media] ati_remote: Delete superfluous input_sync()
authorGeorge Spelvin <linux@horizon.com>
Sun, 11 May 2014 11:13:30 +0000 (08:13 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sat, 26 Jul 2014 02:46:56 +0000 (23:46 -0300)
commitf95589cc41ff973bd5d6aecc6205b048bdb95ed7
treed5c19803d43ea4fd6bc5c3895a60744b6a9987e6
parent528abb9888d8031d60994e5a393631a1f34b3007
[media] ati_remote: Delete superfluous input_sync()

It's not necessary, and since both events happen "at the same time"
in response to a single input event, the input device framework prefers
not to have it there.

(It's not a big deal one way or the other, but deleting cruft
is generally a good thing.)

Signed-off-by: George Spelvin <linux@horizon.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/rc/ati_remote.c
This page took 0.025515 seconds and 5 git commands to generate.