Skip to content

Commit

Permalink
wl1251: rename spi device to wl1251
Browse files Browse the repository at this point in the history
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: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Kalle Valo authored and John W. Linville committed Oct 27, 2009
1 parent e0da41b commit 40f5424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1426,4 +1426,4 @@ EXPORT_SYMBOL_GPL(wl1251_free_hw);
MODULE_DESCRIPTION("TI wl1251 Wireles LAN Driver Core");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Kalle Valo <kalle.valo@nokia.com>");
MODULE_ALIAS("spi:wl12xx");
MODULE_ALIAS("spi:wl1251");
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ static int __devexit wl1251_spi_remove(struct spi_device *spi)

static struct spi_driver wl1251_spi_driver = {
.driver = {
.name = "wl12xx",
.name = "wl1251",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
Expand Down

0 comments on commit 40f5424

Please sign in to comment.