summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2016-03-15 18:48:12 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-28 07:30:36 -0700
commit90fd4cc5d25d5baf5540c99c100e82ce06af63f0 (patch)
tree230beb12eeb90a16f86c09606d725daa62234e14 /drivers/staging/wilc1000
parentba7504730b26b7eb49731a5ac7972c34f0513ac1 (diff)
downloadop-kernel-dev-90fd4cc5d25d5baf5540c99c100e82ce06af63f0.zip
op-kernel-dev-90fd4cc5d25d5baf5540c99c100e82ce06af63f0.tar.gz
staging: wilc1000: changes an ambiguous debug messages
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>
Diffstat (limited to 'drivers/staging/wilc1000')
-rw-r--r--drivers/staging/wilc1000/linux_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index 1a5de2e..e949f21 100644
--- 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;
}
OpenPOWER on IntegriCloud