We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d81b2a commit 692c9a4Copy full SHA for 692c9a4
drivers/hwtracing/coresight/coresight-cti-core.c
@@ -175,7 +175,7 @@ static int cti_disable_hw(struct cti_drvdata *drvdata)
175
coresight_disclaim_device_unlocked(csdev);
176
CS_LOCK(drvdata->base);
177
spin_unlock(&drvdata->spinlock);
178
- pm_runtime_put(dev);
+ pm_runtime_put(dev->parent);
179
return 0;
180
181
/* not disabled this call */
0 commit comments