Skip to content

Commit ff5c379

Browse files
Ioana Radulescugregkh
authored andcommitted
staging: fsl-dpaa2/ethsw: Fix error message
Error message was referencing wrong function, fix it. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4e336df commit ff5c379

File tree

1 file changed

+1
-1
lines changed
  • drivers/staging/fsl-dpaa2/ethsw

1 file changed

+1
-1
lines changed

drivers/staging/fsl-dpaa2/ethsw/ethsw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ static int ethsw_port_set_flood(struct ethsw_port_priv *port_priv, u8 flag)
179179
port_priv->idx, flag);
180180
if (err) {
181181
netdev_err(port_priv->netdev,
182-
"dpsw_fdb_set_learning_mode err %d\n", err);
182+
"dpsw_if_set_flooding err %d\n", err);
183183
return err;
184184
}
185185
port_priv->flood = !!flag;

0 commit comments

Comments
 (0)