Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90fd4cc5 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

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: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ba750473
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}