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

Commit 82e316ef authored by Francois Romieu's avatar Francois Romieu
Browse files

r8169: verbose error message.



Signed-off-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
Cc: Hayes Wang <hayeswang@realtek.com>
parent 3a83ad12
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -865,7 +865,8 @@ static bool rtl_loop_wait(struct rtl8169_private *tp, const struct rtl_cond *c,
		if (c->check(tp) == high)
			return true;
	}
	netif_err(tp, drv, tp->dev, c->msg);
	netif_err(tp, drv, tp->dev, "%s == %d (loop: %d, delay: %d).\n",
		  c->msg, !high, n, d);
	return false;
}