Just some simple overlapping changes in marvell PHY driver
and the DSA core code.
Signed-off-by: David S. Miller <davem@davemloft.net>
29 files changed:
                dsa_ds_unapply(dst, ds);
        }
  
-       if (dst->cpu_dp)
 -      if (dst->cpu_switch) {
 -              dsa_cpu_port_ethtool_restore(dst->cpu_switch);
 -              dst->cpu_switch = NULL;
++      if (dst->cpu_dp) {
 +              dsa_cpu_port_ethtool_restore(dst->cpu_dp);
++              dst->cpu_dp = NULL;
+       }
  
        pr_info("DSA: tree %d unapplied\n", dst->tree);
        dst->applied = false;