Skip to content
Snippets Groups Projects
Commit 40f54242 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville
Browse files

wl1251: rename spi device to wl1251


During rename of the driver from wl12xx to wl1251 the spi device name
was accidentally left as wl12xx. Rename it to wl1251 which is the proper
name of the driver.

Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent e0da41b2
No related merge requests found
...@@ -1426,4 +1426,4 @@ EXPORT_SYMBOL_GPL(wl1251_free_hw); ...@@ -1426,4 +1426,4 @@ EXPORT_SYMBOL_GPL(wl1251_free_hw);
MODULE_DESCRIPTION("TI wl1251 Wireles LAN Driver Core"); MODULE_DESCRIPTION("TI wl1251 Wireles LAN Driver Core");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_AUTHOR("Kalle Valo <kalle.valo@nokia.com>"); MODULE_AUTHOR("Kalle Valo <kalle.valo@nokia.com>");
MODULE_ALIAS("spi:wl12xx"); MODULE_ALIAS("spi:wl1251");
...@@ -307,7 +307,7 @@ static int __devexit wl1251_spi_remove(struct spi_device *spi) ...@@ -307,7 +307,7 @@ static int __devexit wl1251_spi_remove(struct spi_device *spi)
static struct spi_driver wl1251_spi_driver = { static struct spi_driver wl1251_spi_driver = {
.driver = { .driver = {
.name = "wl12xx", .name = "wl1251",
.bus = &spi_bus_type, .bus = &spi_bus_type,
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment