提交 ff5c3798 编写于 作者: I Ioana Radulescu 提交者: Greg Kroah-Hartman

staging: fsl-dpaa2/ethsw: Fix error message

Error message was referencing wrong function, fix it.
Signed-off-by: NIoana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4e336dff
...@@ -179,7 +179,7 @@ static int ethsw_port_set_flood(struct ethsw_port_priv *port_priv, u8 flag) ...@@ -179,7 +179,7 @@ static int ethsw_port_set_flood(struct ethsw_port_priv *port_priv, u8 flag)
port_priv->idx, flag); port_priv->idx, flag);
if (err) { if (err) {
netdev_err(port_priv->netdev, netdev_err(port_priv->netdev,
"dpsw_fdb_set_learning_mode err %d\n", err); "dpsw_if_set_flooding err %d\n", err);
return err; return err;
} }
port_priv->flood = !!flag; port_priv->flood = !!flag;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册