linux-stable/sound/isa/opti9xx
Colin Ian King e24ef4881b ALSA: opti9xx: fix missing { } around an if block
Currently the { } braces are missing around an if block causing subsequent
code after the return to become unreachable. Fix this by adding the
missing { }.

Addresses-Coverity: ("Structurally dead code")
Fixes: 2973ee4a5b ("ALSA: opti9xx: Allocate resources with device-managed APIs")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210720153741.73230-1-colin.king@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2021-07-20 17:40:12 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
miro.c ALSA: opti9xx: Allocate resources with device-managed APIs 2021-07-19 16:17:24 +02:00
opti92x-ad1848.c ALSA: opti9xx: fix missing { } around an if block 2021-07-20 17:40:12 +02:00
opti92x-cs4231.c
opti93x.c