Skip to content

Commit

Permalink
mfd: Fix wm831x-spi table id name typo in MODULE_DEVICE_TABLE macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hai Dong authored and Samuel Ortiz committed Mar 6, 2012
1 parent 624e26e commit fe2afaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/wm831x-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static const struct spi_device_id wm831x_spi_ids[] = {
{ "wm8326", WM8326 },
{ },
};
MODULE_DEVICE_TABLE(spi, wm831x_spi_id);
MODULE_DEVICE_TABLE(spi, wm831x_spi_ids);

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

0 comments on commit fe2afaa

Please sign in to comment.