mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 05:22:19 -04:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user