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:
parent
ba7504730b
commit
90fd4cc5d2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user