提交 970dfbf4 编写于 作者: S Shannon Nelson 提交者: David S. Miller

ionic: squelch unnecessary fw halted message

Since the heartbeat check will already have complained about
the firmware status, don't bother complaining about the
DEVCMD failing.  We'll keep the print message but demote it
to a debug messages so that we normally no longer see it.
Signed-off-by: NShannon Nelson <snelson@pensando.io>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d3e2dcdb
...@@ -375,8 +375,8 @@ int ionic_dev_cmd_wait(struct ionic *ionic, unsigned long max_seconds) ...@@ -375,8 +375,8 @@ int ionic_dev_cmd_wait(struct ionic *ionic, unsigned long max_seconds)
* heartbeat check but is still alive and will process this * heartbeat check but is still alive and will process this
* request, so don't clean the dev_cmd in this case. * request, so don't clean the dev_cmd in this case.
*/ */
dev_warn(ionic->dev, "DEVCMD %s (%d) failed - FW halted\n", dev_dbg(ionic->dev, "DEVCMD %s (%d) failed - FW halted\n",
ionic_opcode_to_str(opcode), opcode); ionic_opcode_to_str(opcode), opcode);
return -ENXIO; return -ENXIO;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册