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>
This commit is contained in:
Leo Kim 2016-03-15 18:48:12 +09:00 committed by Greg Kroah-Hartman
parent ba7504730b
commit 90fd4cc5d2

View 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;
}