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

Commit 2060180d 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 0ef16239 df7ae49a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3702,8 +3702,10 @@ err1:
		unregister_hotcpu_notifier(&etm_cpu_notifier);
		unregister_hotcpu_notifier(&etm_cpu_dying_notifier);
	}
	etmdrvdata[cpu] = NULL;
err0:
	wakeup_source_trash(&drvdata->ws);
	platform_set_drvdata(pdev, NULL);
	return ret;
}