]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] sir_ir: infinite loop in interrupt handler
authorSean Young <sean@mess.org>
Tue, 16 May 2017 07:56:14 +0000 (04:56 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 10:19:10 +0000 (07:19 -0300)
commitf8c627fbabbe9ed6ae68dcfefb7519bd153a7ac0
tree70d497fb0fea384db72f806c7db85a6ecb1d1469
parentae8eb443a17331a07579bc04817accaaaa62b78e
[media] sir_ir: infinite loop in interrupt handler

Since this driver does no detection of hardware, it might be used with
a non-sir port. Escape out if we are spinning.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/sir_ir.c