Loading drivers/hwtracing/coresight/coresight-cti.c +1 −8 Original line number Diff line number Diff line /* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2019, 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 Loading Loading @@ -1484,13 +1484,6 @@ static int cti_probe(struct amba_device *adev, const struct amba_id *id) drvdata->cti_hwclk = of_property_read_bool(adev->dev.of_node, "qcom,cti-hwclk"); } if (drvdata->cti_save && !drvdata->cti_hwclk) { ret = pm_runtime_get_sync(drvdata->dev); if (ret < 0) { pm_runtime_put(drvdata->dev); return ret; } } mutex_lock(&cti_lock); drvdata->cti.name = ((struct coresight_platform_data *) Loading Loading
drivers/hwtracing/coresight/coresight-cti.c +1 −8 Original line number Diff line number Diff line /* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2019, 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 Loading Loading @@ -1484,13 +1484,6 @@ static int cti_probe(struct amba_device *adev, const struct amba_id *id) drvdata->cti_hwclk = of_property_read_bool(adev->dev.of_node, "qcom,cti-hwclk"); } if (drvdata->cti_save && !drvdata->cti_hwclk) { ret = pm_runtime_get_sync(drvdata->dev); if (ret < 0) { pm_runtime_put(drvdata->dev); return ret; } } mutex_lock(&cti_lock); drvdata->cti.name = ((struct coresight_platform_data *) Loading