media: bcm2835-unicam: Always service interrupts
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 13 May 2020 17:28:27 +0000 (18:28 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:34:03 +0000 (16:34 +0100)
commitfc7459f18367e4afc40c24a160f72e68d9597c46
treeb7422f7a3a52b1ee2d750c6e2cf5704b986ea007
parent4eedee138945d7eb6ff0842995b871ae678631ae
media: bcm2835-unicam: Always service interrupts

From when bringing up the driver, there was a check in the isr
to ignore interrupts (claiming them handled) should the driver
not be streaming.

The VPU now will not register a camera driver if it finds a
CSI2 node enabled in device tree, therefore this flawed check is
redundant.

https://github.com/raspberrypi/linux/issues/3602

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/media/platform/bcm2835/bcm2835-unicam.c