mtd: rawnand: brcmnand: update log level messages
Update log level messages so that more critical messages can be logged to console and help the troubleshooting with field devices. This is a port of the upstream Linux patch to U-Boot. https://lore.kernel.org/linux-mtd/20240223034758.13753-4-william.zhang@broadcom.com/ Signed-off-by: david regan <dregan@broadcom.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: William Zhang <william.zhang@broadcom.com> Reviewed-by: Anand Gore <anand.gore@broadcom.com>
This commit is contained in:

committed by
Michael Trimarchi

parent
a4f72e8b6e
commit
5b70f26fed
@@ -1071,8 +1071,8 @@ static int bcmnand_ctrl_poll_status(struct brcmnand_controller *ctrl,
|
|||||||
if ((val & mask) == expected_val)
|
if ((val & mask) == expected_val)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
dev_warn(ctrl->dev, "timeout on status poll (expected %x got %x)\n",
|
dev_err(ctrl->dev, "timeout on status poll (expected %x got %x)\n",
|
||||||
expected_val, val & mask);
|
expected_val, val & mask);
|
||||||
|
|
||||||
return -ETIMEDOUT;
|
return -ETIMEDOUT;
|
||||||
}
|
}
|
||||||
@@ -2032,7 +2032,7 @@ try_dmaread:
|
|||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
dev_dbg(ctrl->dev, "uncorrectable error at 0x%llx\n",
|
dev_err(ctrl->dev, "uncorrectable error at 0x%llx\n",
|
||||||
(unsigned long long)err_addr);
|
(unsigned long long)err_addr);
|
||||||
mtd->ecc_stats.failed++;
|
mtd->ecc_stats.failed++;
|
||||||
/* NAND layer expects zero on ECC errors */
|
/* NAND layer expects zero on ECC errors */
|
||||||
|
Reference in New Issue
Block a user