提交 38b4bc20 编写于 作者: F Florian Fainelli 提交者: David S. Miller

net: ethoc: Demote packet dropped error message to debug

Spamming the console with: net eth1: packet dropped can happen
fairly frequently if the adapter is busy transmitting, demote the
message to a debug print.
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
Reviewed-by: NTobias Klauser <tklauser@distanz.ch>
Acked-by: NThierry Reding <thierry.reding@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b34296a9
......@@ -576,7 +576,7 @@ static irqreturn_t ethoc_interrupt(int irq, void *dev_id)
/* We always handle the dropped packet interrupt */
if (pending & INT_MASK_BUSY) {
dev_err(&dev->dev, "packet dropped\n");
dev_dbg(&dev->dev, "packet dropped\n");
dev->stats.rx_dropped++;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册