projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5520c9
)
coresight: etm3x: constify amba_id
author
Arvind Yadav
<
[email protected]
>
Thu, 24 Aug 2017 16:35:59 +0000
(22:05 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 28 Aug 2017 14:06:48 +0000
(16:06 +0200)
amba_id are not supposed to change at runtime. All functions
working with const amba_id. So mark the non-const structs as const.
Signed-off-by: Arvind Yadav <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/hwtracing/coresight/coresight-etm3x.c
patch
|
blob
|
history
diff --git
a/drivers/hwtracing/coresight/coresight-etm3x.c
b/drivers/hwtracing/coresight/coresight-etm3x.c
index 9c010eb9497f26e258f488f7192a7fb18ff6a960..e5b1ec57dbdec575c90e3fbb4376fdbb05275c59 100644
(file)
--- a/
drivers/hwtracing/coresight/coresight-etm3x.c
+++ b/
drivers/hwtracing/coresight/coresight-etm3x.c
@@
-899,7
+899,7
@@
static const struct dev_pm_ops etm_dev_pm_ops = {
SET_RUNTIME_PM_OPS(etm_runtime_suspend, etm_runtime_resume, NULL)
};
-static struct amba_id etm_ids[] = {
+static
const
struct amba_id etm_ids[] = {
{ /* ETM 3.3 */
.id = 0x0003b921,
.mask = 0x0003ffff,