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:
ba75047
)
staging: wilc1000: changes an ambiguous debug messages
author
Leo Kim
<leo.kim@atmel.com>
Tue, 15 Mar 2016 09:48:12 +0000
(18:48 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000
(07:30 -0700)
This patches changes an ambiguous debug messages.
The device types are both SDIO or SPI.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/linux_wlan.c
b/drivers/staging/wilc1000/linux_wlan.c
index 1a5de2e911cb193da2604bd524fbc9beb4390d50..e949f218885c484bb0bba8243f995d9e11e86d97 100644
(file)
--- a/
drivers/staging/wilc1000/linux_wlan.c
+++ b/
drivers/staging/wilc1000/linux_wlan.c
@@
-907,7
+907,7
@@
int wilc_mac_open(struct net_device *ndev)
wl = vif->wilc;
if (!wl || !wl->dev) {
- netdev_err(ndev, "
wilc1000: SPI
device not ready\n");
+ netdev_err(ndev, "device not ready\n");
return -ENODEV;
}