diff options
| author | Takashi Iwai <[email protected]> | 2016-04-15 15:28:52 +0200 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2016-04-15 15:28:52 +0200 |
| commit | a19c921fca0a865b657d59b2c9a05aa0a2905126 (patch) | |
| tree | 70582d87dc553510c3471cc6592f4693b4fd2306 /tools/perf/scripts/python/bin | |
| parent | 3aa02cb664c5fb1042958c8d1aa8c35055a2ebc4 (diff) | |
ALSA: lx646es: Fix possible uninitialized variable reference
lx_pipe_state() checks the return value from lx_message_send_atomic()
and breaks the loop only when it's a negative value. However,
lx_message_send_atomic() may return a positive error code (as the
return code from the hardware), and then lx_pipe_state() tries to
compare the uninitialized current_state variable.
Fix this behavior by checking the positive non-zero error code as
well.
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions