Commit a76497dc authored by Colin Ian King's avatar Colin Ian King Committed by Boris Brezillon

mtd: nand: marvell: fix spelling mistake: "suceed"-> "succeed"

Trivial fix to spelling mistakes in dev_err error message text.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarMiquel Raynal <miquel.raynal@free-electrons.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent e6b90db8
...@@ -517,7 +517,7 @@ static int marvell_nfc_prepare_cmd(struct nand_chip *chip) ...@@ -517,7 +517,7 @@ static int marvell_nfc_prepare_cmd(struct nand_chip *chip)
/* Poll ND_RUN and clear NDSR before issuing any command */ /* Poll ND_RUN and clear NDSR before issuing any command */
ret = marvell_nfc_wait_ndrun(chip); ret = marvell_nfc_wait_ndrun(chip);
if (ret) { if (ret) {
dev_err(nfc->dev, "Last operation did not suceed\n"); dev_err(nfc->dev, "Last operation did not succeed\n");
return ret; return ret;
} }
......
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