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:
6f964e7
)
coresight: stm: constify amba_id
author
Arvind Yadav
<
[email protected]
>
Thu, 24 Aug 2017 16:36:03 +0000
(22:06 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 28 Aug 2017 14:06:39 +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-stm.c
patch
|
blob
|
history
diff --git
a/drivers/hwtracing/coresight/coresight-stm.c
b/drivers/hwtracing/coresight/coresight-stm.c
index 8ec4c4f8a2f2667a874a4d60ae000198c8e9874d..92a780a6df1d872bf6030753bca3e941f8646bd6 100644
(file)
--- a/
drivers/hwtracing/coresight/coresight-stm.c
+++ b/
drivers/hwtracing/coresight/coresight-stm.c
@@
-915,7
+915,7
@@
static const struct dev_pm_ops stm_dev_pm_ops = {
SET_RUNTIME_PM_OPS(stm_runtime_suspend, stm_runtime_resume, NULL)
};
-static struct amba_id stm_ids[] = {
+static
const
struct amba_id stm_ids[] = {
{
.id = 0x0003b962,
.mask = 0x0003ffff,