mirror of https://gitee.com/openkylin/linux.git
r8169: verbose error message.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Cc: Hayes Wang <hayeswang@realtek.com>
This commit is contained in:
parent
3a83ad12b8
commit
82e316efbd
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue