net: mvneta: Add missing hotplug notifier transition
[cascardo/linux.git] / drivers / net / ethernet / marvell / mvneta.c
index 3d8e7d3..be92668 100644 (file)
@@ -3328,6 +3328,8 @@ static int mvneta_percpu_notifier(struct notifier_block *nfb,
        switch (action) {
        case CPU_ONLINE:
        case CPU_ONLINE_FROZEN:
+       case CPU_DOWN_FAILED:
+       case CPU_DOWN_FAILED_FROZEN:
                spin_lock(&pp->lock);
                /* Configuring the driver for a new CPU while the
                 * driver is stopping is racy, so just avoid it.