提交 ff1e33b0 编写于 作者: K Kaixu Xia 提交者: Greg Kroah-Hartman

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: NKaixu Xia <xiakaixu@huawei.com>
Signed-off-by: NMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f379984f
...@@ -126,7 +126,7 @@ struct coresight_platform_data *of_get_coresight_platform_data( ...@@ -126,7 +126,7 @@ struct coresight_platform_data *of_get_coresight_platform_data(
if (!pdata) if (!pdata)
return ERR_PTR(-ENOMEM); return ERR_PTR(-ENOMEM);
/* Use device name as debugfs handle */ /* Use device name as sysfs handle */
pdata->name = dev_name(dev); pdata->name = dev_name(dev);
/* Get the number of input and output port for this component */ /* Get the number of input and output port for this component */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册