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

Commit 60383740 authored by Kaixu Xia's avatar Kaixu Xia Committed by Mathieu Poirier
Browse files

coresight: fix typo in comment in of_coresight.c



Debugfs isn't used for coresight configuration, so the corresponding
comments should be changed.

Signed-off-by: default avatarKaixu Xia <xiakaixu@huawei.com>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit ff1e33b0c16ba422e3bf3fa8cc7e89b2c958e193)
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent 4c3d7818
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ struct coresight_platform_data *of_get_coresight_platform_data(
	if (!pdata)
		return ERR_PTR(-ENOMEM);

	/* Use device name as debugfs handle */
	/* Use device name as sysfs handle */
	pdata->name = dev_name(dev);

	/* Get the number of input and output port for this component */