Commit 511d8cf0 authored by Mark Brown's avatar Mark Brown

ASoC: Fix typo in wm8750 spi_ids

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 371e7305
......@@ -782,7 +782,7 @@ static const struct spi_device_id wm8750_spi_ids[] = {
{ "wm8750", 0 },
{ "wm8987", 0 },
};
MODULE_DEVICE_TABLE(spi, wm8750_spi_id);
MODULE_DEVICE_TABLE(spi, wm8750_spi_ids);
static struct spi_driver wm8750_spi_driver = {
.driver = {
......
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