powerpc/fsl_lbc: removal of dead code
authorRaghav Dogra <raghav@freescale.com>
Fri, 30 Oct 2015 06:22:02 +0000 (11:52 +0530)
committerScott Wood <scottwood@freescale.com>
Wed, 23 Dec 2015 21:02:00 +0000 (15:02 -0600)
The condition check is not used.

Signed-off-by: Raghav Dogra <raghav@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/sysdev/fsl_lbc.c

index 38138cf8d33e2213804dad3e903c4037a59db605..47f781059eeb667b3114f1990e5ce0863a8490f3 100644 (file)
@@ -243,8 +243,6 @@ static irqreturn_t fsl_lbc_ctrl_irq(int irqno, void *data)
        if (status & LTESR_CS)
                dev_err(ctrl->dev, "Chip select error: "
                        "LTESR 0x%08X\n", status);
-       if (status & LTESR_UPM)
-               ;
        if (status & LTESR_FCT) {
                dev_err(ctrl->dev, "FCM command time-out: "
                        "LTESR 0x%08X\n", status);
This page took 0.024988 seconds and 5 git commands to generate.