Commit 479f6a7f authored by Raghav Dogra's avatar Raghav Dogra Committed by Scott Wood

powerpc/fsl_lbc: removal of dead code

The condition check is not used.
Signed-off-by: default avatarRaghav Dogra <raghav@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent b0417a28
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment