Skip to content

Commit

Permalink
wl1251: use DRIVER_NAME macro in wl1251_spi_driver
Browse files Browse the repository at this point in the history
Better use the macro for consistency, the content is the same anyway.

Signed-off-by: Kalle Valo <kvalo@adurom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Kalle Valo authored and John W. Linville committed Apr 7, 2010
1 parent 2111ac0 commit 7590a55
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -309,7 +309,7 @@ static int __devexit wl1251_spi_remove(struct spi_device *spi)

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

0 comments on commit 7590a55

Please sign in to comment.