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:
parent
e8d4bf8ae8
commit
00347e4ea8
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user