Merge "coresight: fix spinlock corruption issue"
This commit is contained in:
commit
9801eea3b6
1 changed files with 2 additions and 0 deletions
|
@ -2824,6 +2824,8 @@ err_late_init:
|
||||||
unregister_hotcpu_notifier(&etm4_cpu_notifier);
|
unregister_hotcpu_notifier(&etm4_cpu_notifier);
|
||||||
unregister_hotcpu_notifier(&etm4_cpu_dying_notifier);
|
unregister_hotcpu_notifier(&etm4_cpu_dying_notifier);
|
||||||
}
|
}
|
||||||
|
etmdrvdata[drvdata->cpu] = NULL;
|
||||||
|
dev_set_drvdata(dev, NULL);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue