projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f379984
)
coresight: fix typo in comment in of_coresight.c
author
Kaixu Xia
<xiakaixu@huawei.com>
Fri, 9 Jan 2015 23:57:19 +0000
(16:57 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:13 +0000
(
05:04
-0800)
Debugfs isn't used for coresight configuration, so the corresponding
comments should be changed.
Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/coresight/of_coresight.c
patch
|
blob
|
history
diff --git
a/drivers/coresight/of_coresight.c
b/drivers/coresight/of_coresight.c
index 5030c073450831a7f37f89b12c35934bdb1d9f97..8bd524e49518f3fda641d80fceb7dc9e644d05ff 100644
(file)
--- a/
drivers/coresight/of_coresight.c
+++ b/
drivers/coresight/of_coresight.c
@@
-126,7
+126,7
@@
struct coresight_platform_data *of_get_coresight_platform_data(
if (!pdata)
return ERR_PTR(-ENOMEM);
- /* Use device name as
debug
fs handle */
+ /* Use device name as
sys
fs handle */
pdata->name = dev_name(dev);
/* Get the number of input and output port for this component */