diff options
| author | Takashi Iwai <[email protected]> | 2021-05-20 14:37:42 +0200 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2021-05-21 16:16:21 +0200 |
| commit | be22db77dc50be6d9cf2b20ab689706c9031c054 (patch) | |
| tree | e052714e4349c71531856f9a0a7df9dacf303369 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | bdaedca74d6293b6ac643a8ebe8231b52bf1171b (diff) | |
ALSA: usb-audio: Fix uninitialized variable at __uac_clock_find_source()
The cur variable indicating the currently selected clock source can be
theoretically used as uninitialized after the recent commit
481f17c41803 ("ALSA: usb-audio: Handle error for the current selector
gracefully"). For addressing it, initialize it before use.
Also, one place seems setting 0 to a wrong variable ret, instead of
cur; otherwise it makes little sense. Since the initialization is
done beforehand, we can get rid of this line, too.
Fixes: 481f17c41803 ("ALSA: usb-audio: Handle error for the current selector gracefully")
Reported-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions