mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 14:40:12 -04:00
ASoC: amd: fix spelling mistake "Inavlid" -> "Invalid"
There is a spelling mistake in a dev_err message. Fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
e8d4bf8ae8
commit
00347e4ea8
@@ -105,7 +105,7 @@ static int snd_acp3x_probe(struct pci_dev *pci,
|
||||
}
|
||||
break;
|
||||
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;
|
||||
goto unmap_mmio;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user