summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2026-02-01 12:48:59 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2026-04-01 13:15:48 +0200
commit1877d3f258cbb57d64e275754fb9b18b089ce72d (patch)
tree3dcb6fc0d8c5a98de752c030b2254600f2c324bf /tools/perf/scripts/python/bin
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f (diff)
PM: domains: De-constify fields in struct dev_pm_domain_attach_data
It doesn't really make sense to keep u32 fields to be marked as const. Having the const fields prevents their modification in the driver. Instead the whole struct can be defined as const, if it is constant. Fixes: 161e16a5e50a ("PM: domains: Add helper functions to attach/detach multiple PM domains") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions