mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
smatch report:
audio/audio_template.h:416 AUD_open_out(18) warn:
variable dereferenced before check 'as' (see line 414)
Moving the ldebug statement after the statement which checks 'as'
fixes that warning.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: malc <av1474@comtv.ru>
(cherry picked from commit 93b6599734
)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>