Commit 7fdd50d0 authored by Luciano Coelho's avatar Luciano Coelho Committed by John W. Linville

wl1271: fix wl1271_spi driver name

When forward porting some patches to upstream, there was a mistake and the
wl1271_spi driver name remained, erroneously, as "wl1271".  This patch fixes
that.
Signed-off-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a8c944f8
...@@ -442,7 +442,7 @@ static int __devexit wl1271_remove(struct spi_device *spi) ...@@ -442,7 +442,7 @@ static int __devexit wl1271_remove(struct spi_device *spi)
static struct spi_driver wl1271_spi_driver = { static struct spi_driver wl1271_spi_driver = {
.driver = { .driver = {
.name = "wl1271", .name = "wl1271_spi",
.bus = &spi_bus_type, .bus = &spi_bus_type,
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
......
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