mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 10:13:58 +08:00
mtd: atmel_nand: fix typo in dev_err error message
Fix typo, "Unkown" -> "Unknown" Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
a05973a79e
commit
393d23c4e2
@ -1719,7 +1719,7 @@ static int nfc_wait_interrupt(struct atmel_nand_host *host, u32 flag)
|
|||||||
comp[index++] = &host->nfc->comp_cmd_done;
|
comp[index++] = &host->nfc->comp_cmd_done;
|
||||||
|
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
dev_err(host->dev, "Unkown interrupt flag: 0x%08x\n", flag);
|
dev_err(host->dev, "Unknown interrupt flag: 0x%08x\n", flag);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user