mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
powerpc/fsl_lbc: removal of dead code
The condition check is not used. Signed-off-by: Raghav Dogra <raghav@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
b0417a2870
commit
479f6a7fc6
@ -243,8 +243,6 @@ static irqreturn_t fsl_lbc_ctrl_irq(int irqno, void *data)
|
|||||||
if (status & LTESR_CS)
|
if (status & LTESR_CS)
|
||||||
dev_err(ctrl->dev, "Chip select error: "
|
dev_err(ctrl->dev, "Chip select error: "
|
||||||
"LTESR 0x%08X\n", status);
|
"LTESR 0x%08X\n", status);
|
||||||
if (status & LTESR_UPM)
|
|
||||||
;
|
|
||||||
if (status & LTESR_FCT) {
|
if (status & LTESR_FCT) {
|
||||||
dev_err(ctrl->dev, "FCM command time-out: "
|
dev_err(ctrl->dev, "FCM command time-out: "
|
||||||
"LTESR 0x%08X\n", status);
|
"LTESR 0x%08X\n", status);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user