Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315452
b: refs/heads/master
c: 82e316e
h: refs/heads/master
v: v3
  • Loading branch information
Francois Romieu committed Jul 17, 2012
1 parent 06cfeab commit 0412318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a83ad12b850c3c5b89fa9008bdd0c0782f0cf68
refs/heads/master: 82e316efbd1c68946c8760f930b81d73e9c4425a
3 changes: 2 additions & 1 deletion trunk/drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0412318

Please sign in to comment.