diff options
author | Kalle Valo <kvalo@adurom.com> | 2010-04-02 14:31:46 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-07 20:37:54 +0200 |
commit | 7590a550b88b8c3cb025f0a8ed58e279ad62e4c1 (patch) | |
tree | 543c239d2bb8cca0c684b5d9132b858a598141f9 | |
parent | ath5k: Adaptive Noise Immunity (ANI) Implementation (diff) | |
download | linux-7590a550b88b8c3cb025f0a8ed58e279ad62e4c1.tar.xz linux-7590a550b88b8c3cb025f0a8ed58e279ad62e4c1.zip |
wl1251: use DRIVER_NAME macro in wl1251_spi_driver
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>
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251_spi.c b/drivers/net/wireless/wl12xx/wl1251_spi.c index 9cc8c323830f..df2ff8bc8ef4 100644 --- a/drivers/net/wireless/wl12xx/wl1251_spi.c +++ b/drivers/net/wireless/wl12xx/wl1251_spi.c @@ -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, }, |