diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2024-10-24 04:29:58 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-11-01 17:48:16 +0300 |
commit | 8b12da9a18f4dd53e4b3a7393829a555e84f073c (patch) | |
tree | 88266aa4819d742abc718fb24960197927de6b6f /tools/perf/scripts/python/gecko.py | |
parent | cb18cd26039f5cdecb0ac53fb447b6f0859f3d1c (diff) | |
download | linux-8b12da9a18f4dd53e4b3a7393829a555e84f073c.tar.xz |
ASoC: cleanup function parameter for rtd and its id
some functions had parameter like below
xxx(..., rtd, ..., id);
This "id" is rtd->id. We don't need to have "id" on each functions
because we can get it from "rtd". Let's cleanup it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87plnqb84p.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions