diff options
author | 2025-05-13 11:41:54 -0500 | |
---|---|---|
committer | 2025-05-13 11:02:33 -0700 | |
commit | b0ca403a9e381140cf626ca94519fb468370fc3e (patch) | |
tree | 8a4aec091751920b58e7cfdb7a06d0329ce8d7b9 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | sample/tsm-mr: Fix missing static for sample_report (diff) | |
download | linux-rng-b0ca403a9e381140cf626ca94519fb468370fc3e.tar.xz linux-rng-b0ca403a9e381140cf626ca94519fb468370fc3e.zip |
tsm-mr: Fix init breakage after bin_attrs constification by scoping non-const pointers to init phase
Commit 9bec944506fa ("sysfs: constify attribute_group::bin_attrs") enforced
the ro-after-init principle by making elements of bin_attrs_new pointing to
const.
To align with this change, introduce a temporary variable `bap` within the
initialization loop. This improves code clarity by explicitly marking the
initialization scope and eliminates the need for type casts when assigning
to bin_attrs_new.
Signed-off-by: Cedric Xing <cedric.xing@intel.com>
Link: https://patch.msgid.link/20250513164154.10109-1-cedric.xing@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions