staging: wilc1000: changes an ambiguous debug messages
authorLeo Kim <leo.kim@atmel.com>
Tue, 15 Mar 2016 09:48:12 +0000 (18:48 +0900)
committerGreg 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

index 1a5de2e..e949f21 100644 (file)
@@ -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;
        }