Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: Fix wm831x-spi table id name typo in MODULE_DEVICE_TABLE macro

Signed-off-by: Hai Dong <hai.dong@polycom.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Hai Dong and committed by
Samuel Ortiz
fe2afaa5 624e26e0

+1 -1
+1 -1
drivers/mfd/wm831x-spi.c
··· 89 89 { "wm8326", WM8326 }, 90 90 { }, 91 91 }; 92 - MODULE_DEVICE_TABLE(spi, wm831x_spi_id); 92 + MODULE_DEVICE_TABLE(spi, wm831x_spi_ids); 93 93 94 94 static struct spi_driver wm831x_spi_driver = { 95 95 .driver = {