Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264251
b: refs/heads/master
c: 02715ed
h: refs/heads/master
i:
  264249: 0ed5079
  264247: c588d25
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Sep 29, 2011
1 parent 5d325d1 commit e770844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f75159e9936143177b442afc78150b7a7ad8aa07
refs/heads/master: 02715ed2e7b71569ed6e61f0b23b0736a509913d
4 changes: 2 additions & 2 deletions trunk/drivers/net/phy/dp83640.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ static void decode_rxts(struct dp83640_private *dp83640,
prune_rx_ts(dp83640);

if (list_empty(&dp83640->rxpool)) {
pr_warning("dp83640: rx timestamp pool is empty\n");
pr_debug("dp83640: rx timestamp pool is empty\n");
goto out;
}
rxts = list_first_entry(&dp83640->rxpool, struct rxts, list);
Expand All @@ -612,7 +612,7 @@ static void decode_txts(struct dp83640_private *dp83640,
skb = skb_dequeue(&dp83640->tx_queue);

if (!skb) {
pr_warning("dp83640: have timestamp but tx_queue empty\n");
pr_debug("dp83640: have timestamp but tx_queue empty\n");
return;
}
ns = phy2txts(phy_txts);
Expand Down

0 comments on commit e770844

Please sign in to comment.