diff options
Diffstat (limited to 'drivers/net/phy/dp83640.c')
-rw-r--r-- | drivers/net/phy/dp83640.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/dp83640.c b/drivers/net/phy/dp83640.c index be381c24c4b4..c588a162050f 100644 --- a/drivers/net/phy/dp83640.c +++ b/drivers/net/phy/dp83640.c | |||
@@ -686,7 +686,7 @@ static void decode_rxts(struct dp83640_private *dp83640, | |||
686 | prune_rx_ts(dp83640); | 686 | prune_rx_ts(dp83640); |
687 | 687 | ||
688 | if (list_empty(&dp83640->rxpool)) { | 688 | if (list_empty(&dp83640->rxpool)) { |
689 | pr_warning("dp83640: rx timestamp pool is empty\n"); | 689 | pr_debug("dp83640: rx timestamp pool is empty\n"); |
690 | goto out; | 690 | goto out; |
691 | } | 691 | } |
692 | rxts = list_first_entry(&dp83640->rxpool, struct rxts, list); | 692 | rxts = list_first_entry(&dp83640->rxpool, struct rxts, list); |
@@ -709,7 +709,7 @@ static void decode_txts(struct dp83640_private *dp83640, | |||
709 | skb = skb_dequeue(&dp83640->tx_queue); | 709 | skb = skb_dequeue(&dp83640->tx_queue); |
710 | 710 | ||
711 | if (!skb) { | 711 | if (!skb) { |
712 | pr_warning("dp83640: have timestamp but tx_queue empty\n"); | 712 | pr_debug("dp83640: have timestamp but tx_queue empty\n"); |
713 | return; | 713 | return; |
714 | } | 714 | } |
715 | ns = phy2txts(phy_txts); | 715 | ns = phy2txts(phy_txts); |