diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-01 01:52:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-01 01:52:57 -0700 |
| commit | 50b42d62de87c8415b8742dc3485bbecf64ba58d (patch) | |
| tree | 4c312d108662fbac3aefb0188d6199c772b3b568 | |
| parent | 9fbc608307bc1c8f7efedc2d9b5e9997ae994c76 (diff) | |
| parent | 8a36de60b60d38d0e16d587a34d4cfffb973f04a (diff) | |
Merge "coresight: fix the unbalanced qdss_clock count"
| -rw-r--r-- | drivers/hwtracing/coresight/coresight-stm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c index 11500fccc770..d85bcd8e121a 100644 --- a/drivers/hwtracing/coresight/coresight-stm.c +++ b/drivers/hwtracing/coresight/coresight-stm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -866,7 +866,6 @@ err: coresight_unregister(drvdata->csdev); return ret; err1: - pm_runtime_put(&adev->dev); return -EPERM; } |
