Commit 4cc82aaa authored by Mitch Williams's avatar Mitch Williams Committed by Jeff Kirsher

ice: Change message level

Change the message level of the MTU change log message from debug to
info.
Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Signed-off-by: default avatarAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 23c01122
......@@ -3892,7 +3892,7 @@ static int ice_change_mtu(struct net_device *netdev, int new_mtu)
}
}
netdev_dbg(netdev, "changed mtu to %d\n", new_mtu);
netdev_info(netdev, "changed MTU to %d\n", new_mtu);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment