Commit 00347e4e authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

ASoC: amd: fix spelling mistake "Inavlid" -> "Invalid"

There is a spelling mistake in a dev_err message. Fix this.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e8d4bf8a
...@@ -105,7 +105,7 @@ static int snd_acp3x_probe(struct pci_dev *pci, ...@@ -105,7 +105,7 @@ static int snd_acp3x_probe(struct pci_dev *pci,
} }
break; break;
default: default:
dev_err(&pci->dev, "Inavlid ACP audio mode : %d\n", val); dev_err(&pci->dev, "Invalid ACP audio mode : %d\n", val);
ret = -ENODEV; ret = -ENODEV;
goto unmap_mmio; goto unmap_mmio;
} }
......
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