Loading drivers/hwtracing/coresight/coresight-remote-etm.c +3 −1 Original line number Original line Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only /* /* * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. */ */ #include <linux/kernel.h> #include <linux/kernel.h> Loading Loading @@ -207,6 +207,7 @@ static void remote_etm_disable(struct coresight_device *csdev, drvdata->inst_id); drvdata->inst_id); err: err: mutex_unlock(&drvdata->mutex); mutex_unlock(&drvdata->mutex); return; } } static int remote_etm_trace_id(struct coresight_device *csdev) static int remote_etm_trace_id(struct coresight_device *csdev) Loading Loading @@ -315,6 +316,7 @@ static struct platform_driver remote_etm_driver = { .remove = remote_etm_remove, .remove = remote_etm_remove, .driver = { .driver = { .name = "coresight-remote-etm", .name = "coresight-remote-etm", .owner = THIS_MODULE, .of_match_table = remote_etm_match, .of_match_table = remote_etm_match, }, }, }; }; Loading Loading
drivers/hwtracing/coresight/coresight-remote-etm.c +3 −1 Original line number Original line Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only /* /* * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. */ */ #include <linux/kernel.h> #include <linux/kernel.h> Loading Loading @@ -207,6 +207,7 @@ static void remote_etm_disable(struct coresight_device *csdev, drvdata->inst_id); drvdata->inst_id); err: err: mutex_unlock(&drvdata->mutex); mutex_unlock(&drvdata->mutex); return; } } static int remote_etm_trace_id(struct coresight_device *csdev) static int remote_etm_trace_id(struct coresight_device *csdev) Loading Loading @@ -315,6 +316,7 @@ static struct platform_driver remote_etm_driver = { .remove = remote_etm_remove, .remove = remote_etm_remove, .driver = { .driver = { .name = "coresight-remote-etm", .name = "coresight-remote-etm", .owner = THIS_MODULE, .of_match_table = remote_etm_match, .of_match_table = remote_etm_match, }, }, }; }; Loading