On Thu, 27 Jul 2023 09:16:33 +0200, Dan Carpenter wrote: > > Smatch complains that this return should be a goto: > > sound/pci/hda/cs35l56_hda.c:910 cs35l56_hda_common_probe() > warn: missing unwind goto? > > The goto error disables cansleep so that seems reasonable. > > Fixes: 73cfbfa9caea ("ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifier") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Thanks, applied now. Takashi