提交 0838abb3 编写于 作者: D Dmitri Epshtein 提交者: David S. Miller

net: mvneta: fix error messages in mvneta_port_down function

This commit corrects error printing when shutting down the port.

[gregory.clement@free-electrons.com: split initial commit in two
individual changes]
Signed-off-by: NDmitri Epshtein <dima@marvell.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 928b6519
...@@ -1107,7 +1107,7 @@ static void mvneta_port_down(struct mvneta_port *pp) ...@@ -1107,7 +1107,7 @@ static void mvneta_port_down(struct mvneta_port *pp)
do { do {
if (count++ >= MVNETA_RX_DISABLE_TIMEOUT_MSEC) { if (count++ >= MVNETA_RX_DISABLE_TIMEOUT_MSEC) {
netdev_warn(pp->dev, netdev_warn(pp->dev,
"TIMEOUT for RX stopped ! rx_queue_cmd: 0x08%x\n", "TIMEOUT for RX stopped ! rx_queue_cmd: 0x%08x\n",
val); val);
break; break;
} }
...@@ -1146,7 +1146,7 @@ static void mvneta_port_down(struct mvneta_port *pp) ...@@ -1146,7 +1146,7 @@ static void mvneta_port_down(struct mvneta_port *pp)
do { do {
if (count++ >= MVNETA_TX_FIFO_EMPTY_TIMEOUT) { if (count++ >= MVNETA_TX_FIFO_EMPTY_TIMEOUT) {
netdev_warn(pp->dev, netdev_warn(pp->dev,
"TX FIFO empty timeout status=0x08%x\n", "TX FIFO empty timeout status=0x%08x\n",
val); val);
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册