Skip to content

Commit

Permalink
wl1271: fix wl1271_spi driver name
Browse files Browse the repository at this point in the history
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: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Mar 31, 2010
1 parent a8c944f commit 7fdd50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1271_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ static int __devexit wl1271_remove(struct spi_device *spi)

static struct spi_driver wl1271_spi_driver = {
.driver = {
.name = "wl1271",
.name = "wl1271_spi",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
Expand Down

0 comments on commit 7fdd50d

Please sign in to comment.