Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9801eea3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "coresight: fix spinlock corruption issue"

parents a999a488 bd1bdabd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2824,6 +2824,8 @@ err_late_init:
		unregister_hotcpu_notifier(&etm4_cpu_notifier);
		unregister_hotcpu_notifier(&etm4_cpu_dying_notifier);
	}
	etmdrvdata[drvdata->cpu] = NULL;
	dev_set_drvdata(dev, NULL);
	return ret;
}