Merge "coresight: fix the unbalanced qdss_clock count"

This commit is contained in:
Linux Build Service Account 2017-06-01 01:52:57 -07:00 committed by Gerrit - the friendly Code Review server
commit 50b42d62de

View file

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