Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe2afaa5 authored by Hai Dong's avatar Hai Dong Committed by Samuel Ortiz
Browse files

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

parent 624e26e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -89,7 +89,7 @@ static const struct spi_device_id wm831x_spi_ids[] = {
	{ "wm8326", WM8326 },
	{ "wm8326", WM8326 },
	{ },
	{ },
};
};
MODULE_DEVICE_TABLE(spi, wm831x_spi_id);
MODULE_DEVICE_TABLE(spi, wm831x_spi_ids);


static struct spi_driver wm831x_spi_driver = {
static struct spi_driver wm831x_spi_driver = {
	.driver = {
	.driver = {