Merge "coresight: fix spinlock corruption issue"

This commit is contained in:
Linux Build Service Account 2017-01-09 12:42:35 -08:00 committed by Gerrit - the friendly Code Review server
commit 9801eea3b6

View file

@ -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;
}