media: bcm2835-unicam: Always service interrupts
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 13 May 2020 17:28:27 +0000 (18:28 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:03 +0000 (11:33 +0000)
commitd74e0ce11b6821b73d64fe4f6756637eae018a99
treef992a52dc8e5200e63b40b71558e32ae47be37a4
parent6c024ec17dc9ce0e32dc2a74a16b7ef6a53a35bc
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