projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e92119c
)
wl1271: fix sdio driver name in wl1271_sdio_driver
author
Luciano Coelho
<
[email protected]
>
Thu, 1 Apr 2010 08:38:17 +0000
(11:38 +0300)
committer
John W. Linville
<
[email protected]
>
Tue, 6 Apr 2010 20:55:11 +0000
(16:55 -0400)
Our SPI driver is called "wl1271_spi" in the driver information structure.
Let's use the same for SDIO so that things are aligned.
Signed-off-by: Luciano Coelho <
[email protected]
>
Reviewed-by: Teemu Paasikivi <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/wl12xx/wl1271_sdio.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wl12xx/wl1271_sdio.c
b/drivers/net/wireless/wl12xx/wl1271_sdio.c
index abfe75b686015a619664ba9b74549fa9037b8c72..d3d6f302f7058854178ca87dfa0713d8a4004e67 100644
(file)
--- a/
drivers/net/wireless/wl12xx/wl1271_sdio.c
+++ b/
drivers/net/wireless/wl12xx/wl1271_sdio.c
@@
-255,7
+255,7
@@
static void __devexit wl1271_remove(struct sdio_func *func)
}
static struct sdio_driver wl1271_sdio_driver = {
- .name = "wl1271",
+ .name = "wl1271
_sdio
",
.id_table = wl1271_devices,
.probe = wl1271_probe,
.remove = __devexit_p(wl1271_remove),