[PATCH] coresight: tnoc: Constify amba_id table
Krzysztof Kozlowski
krzysztof.kozlowski at oss.qualcomm.com
Sun Jul 5 10:19:35 PDT 2026
Static 'struct amba_id' table is not modified so can be changed to const
for more safety.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at oss.qualcomm.com>
---
drivers/hwtracing/coresight/coresight-tnoc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hwtracing/coresight/coresight-tnoc.c b/drivers/hwtracing/coresight/coresight-tnoc.c
index 9e8de4323d28..929d316b4b36 100644
--- a/drivers/hwtracing/coresight/coresight-tnoc.c
+++ b/drivers/hwtracing/coresight/coresight-tnoc.c
@@ -255,7 +255,7 @@ static void trace_noc_remove(struct amba_device *adev)
coresight_trace_id_put_system_id(drvdata->atid);
}
-static struct amba_id trace_noc_ids[] = {
+static const struct amba_id trace_noc_ids[] = {
{
.id = 0x000f0c00,
.mask = 0x00ffff00,
--
2.53.0
More information about the linux-arm-kernel
mailing list