This is an error from when the driver where converted from soc-camera.
There is absolutely no gain to check the state variable two times to be
extra sure if the hardware is stopped.

Signed-off-by: Niklas Söderlund <niklas.soderlund+rene...@ragnatech.se>
---
 drivers/media/platform/rcar-vin/rcar-dma.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/media/platform/rcar-vin/rcar-dma.c 
b/drivers/media/platform/rcar-vin/rcar-dma.c
index 23fdff7a7370842e..b4be75d5009080f7 100644
--- a/drivers/media/platform/rcar-vin/rcar-dma.c
+++ b/drivers/media/platform/rcar-vin/rcar-dma.c
@@ -916,12 +916,6 @@ static irqreturn_t rvin_irq(int irq, void *data)
        rvin_ack_interrupt(vin);
        handled = 1;
 
-       /* Nothing to do if capture status is 'STOPPED' */
-       if (vin->state == STOPPED) {
-               vin_dbg(vin, "IRQ while state stopped\n");
-               goto done;
-       }
-
        /* Nothing to do if capture status is 'STOPPING' */
        if (vin->state == STOPPING) {
                vin_dbg(vin, "IRQ while state stopping\n");
-- 
2.16.2

Reply via email to