From: Mitch Williams <[email protected]>

Change the message level of the MTU change log message from debug to
info.

Signed-off-by: Mitch Williams <[email protected]>
Signed-off-by: Anirudh Venkataramanan <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
---
 drivers/net/ethernet/intel/ice/ice_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/ice/ice_main.c 
b/drivers/net/ethernet/intel/ice/ice_main.c
index 59971f6224f1..95ac79bfd92a 100644
--- a/drivers/net/ethernet/intel/ice/ice_main.c
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
@@ -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;
 }
 
-- 
2.21.0

Reply via email to