diff options
author | Pierre-Louis Bossart <[email protected]> | 2022-10-19 11:21:14 -0500 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2022-10-20 14:31:42 +0200 |
commit | f90025100fb50552a8281becd8f26aab065d4c31 (patch) | |
tree | fba3b9a54d9c350ac04f543add2b6897ad6c11bc /tools/perf/scripts/python/flamegraph.py | |
parent | 26646c199b8cd0be66200fba3fd176c043c25761 (diff) |
ALSA: hda: hdac_ext_controller: remove useless loop
commit 0b00a5615dc40 ("ALSA: hdac_ext: add hdac extended controller")
introduced a for() loop on the number of HDaudio codecs that seems
completely useless.
a) the body of the loop does not make use of the loop index, and
b) the LSDIID register is related to the SDI line, so there can only
be one codec per multi-link descriptor.
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions