Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21860092 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "coresight: Initialize connections' source name"

parents 4ce5cc56 9023736d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2012, 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012, 2017-2019, The Linux Foundation. All rights reserved.
 */

#include <linux/kernel.h>
@@ -1185,6 +1185,7 @@ struct coresight_device *coresight_register(struct coresight_desc *desc)
			conns[i].outport = desc->pdata->outports[i];
			conns[i].child_name = desc->pdata->child_names[i];
			conns[i].child_port = desc->pdata->child_ports[i];
			conns[i].source_name = desc->pdata->source_names[i];
		}
	}