mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Revert "coresight: enable and disable STM during probe"
RPM is no longer mucking with STM during init so this workaround is no longer required. This reverts commit 946cb81bc1a6c9810bdf02559436b10ffe9055e5. Change-Id: Iace5d9e98a95bc8fda4fd9d71c1d933b64d42aea Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
This commit is contained in:
parent
65b716ce65
commit
d1fdc3d5b6
1 changed files with 0 additions and 7 deletions
|
@ -768,13 +768,6 @@ static int __devinit stm_probe(struct platform_device *pdev)
|
|||
|
||||
dev_info(drvdata->dev, "STM initialized\n");
|
||||
|
||||
/*
|
||||
* Enable and disable STM to undo the temporary default STM enable
|
||||
* done by RPM.
|
||||
*/
|
||||
coresight_enable(drvdata->csdev);
|
||||
coresight_disable(drvdata->csdev);
|
||||
|
||||
if (boot_enable)
|
||||
coresight_enable(drvdata->csdev);
|
||||
|
||||
|
|
Loading…
Reference in a new issue