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: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

gecommit door
John W. Linville

bovenliggende
e0da41b2cf
commit
40f54242ae
@@ -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,
|
||||
},
|
||||
|
Verwijs in nieuw issue
Block a user