[media] media: rc: gpio-ir-recv: do not allow threaded interrupt handler
authorLadislav Michl <ladis@linux-mips.org>
Thu, 7 Sep 2017 23:37:36 +0000 (20:37 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 4 Oct 2017 18:31:54 +0000 (15:31 -0300)
commit375929f9f48356e862789c72ddc1175d89866f44
tree781d2394f75b0f60d9ac40c9966445811890599b
parent52ea79910720c56420f58771b9790e257764e006
[media] media: rc: gpio-ir-recv: do not allow threaded interrupt handler

Requesting any context irq is not actually great idea since threaded
interrupt handler is run at too unpredictable time which turns
timing information wrong. Fix it by requesting regular interrupt.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/gpio-ir-recv.c