On Tue, 20 Jul 2021 17:37:41 +0200, Colin King wrote: > > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > 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: 2973ee4a5b54 ("ALSA: opti9xx: Allocate resources with device-managed APIs") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Thanks, applied. Takashi