struct dpsw_link_cfg cfg = {0};
        int err = 0;
 
-       netdev_dbg(netdev, "Setting link parameters...");
-
        /* Due to a temporary MC limitation, the DPSW port must be down
         * in order to be able to change link settings. Taking steps to let
         * the user know that.
                                   port_priv->ethsw_data->dpsw_handle,
                                   port_priv->idx,
                                   &cfg);
-       if (err)
-               /* ethtool will be loud enough if we return an error; no point
-                * in putting our own error message on the console by default
-                */
-               netdev_dbg(netdev, "ERROR %d setting link cfg", err);
 
        return err;
 }