Skip to content

Commit

Permalink
mtd: atmel_nand: fix typo in dev_err error message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Brian Norris committed Mar 3, 2015
1 parent a05973a commit 393d23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/atmel_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ static int nfc_wait_interrupt(struct atmel_nand_host *host, u32 flag)
comp[index++] = &host->nfc->comp_cmd_done;

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;
}

Expand Down

0 comments on commit 393d23c

Please sign in to comment.