mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 03:33:59 +08:00
ASoC: Fix typo in wm8750 spi_ids
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
parent
371e7305c6
commit
511d8cf0ab
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user