summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2026-07-25 18:05:15 -0700
committerMark Brown <broonie@kernel.org>2026-07-30 00:17:12 +0100
commitdfefa7dc25ee58a38b3a6d8777ba952cda5aeaac (patch)
tree8f728949c328126bbb568ecb84a5c9b67b1dc446 /tools/perf/scripts/python
parent2ba6a4dba620bcee0f2210f532b25510a0872cf1 (diff)
ASoC: tlv320aic32x4: do not make clocks bulk data static
Declaring local clk_bulk_data structures as static inside functions is bad practice even if the driver is currently a singleton, because it relies on mutable function-static state and interferes with multi-instance safety or clean re-probing. Remove static from the clocks bulk data arrays across the driver. Assisted-by: Antigravity:gemini-3.5-flash Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Link: https://patch.msgid.link/20260726010519.117805-5-dmitry.torokhov@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions