linux/drivers/media/pci/mantis
Mauro Carvalho Chehab cac61a1acb media: mantis: prevent staying forever in a loop at IRQ
As warned by smatch:
	drivers/media/pci/mantis/mantis_uart.c:105 mantis_uart_work() warn: this loop depends on readl() succeeding

If something goes wrong at readl(), the logic will stay there
inside an IRQ code forever. This is not the nicest thing to
do :-)

So, add a timeout there, preventing staying inside the IRQ
for more than 10ms.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-04-17 05:50:05 -04:00
..
hopper_cards.c
hopper_vp3028.c
hopper_vp3028.h
Kconfig
Makefile
mantis_ca.c
mantis_ca.h
mantis_cards.c
mantis_common.h
mantis_core.c
mantis_core.h
mantis_dma.c
mantis_dma.h
mantis_dvb.c
mantis_dvb.h
mantis_evm.c
mantis_hif.c
mantis_hif.h
mantis_i2c.c
mantis_i2c.h
mantis_input.c
mantis_input.h
mantis_ioc.c
mantis_ioc.h
mantis_link.h
mantis_pci.c
mantis_pci.h
mantis_pcmcia.c
mantis_reg.h
mantis_uart.c media: mantis: prevent staying forever in a loop at IRQ 2018-04-17 05:50:05 -04:00
mantis_uart.h
mantis_vp1033.c
mantis_vp1033.h
mantis_vp1034.c
mantis_vp1034.h
mantis_vp1041.c
mantis_vp1041.h
mantis_vp2033.c
mantis_vp2033.h
mantis_vp2040.c
mantis_vp2040.h
mantis_vp3030.c
mantis_vp3030.h