20 Jul
2023
20 Jul
'23
12:35 p.m.
On Thu, Jul 20, 2023 at 10:25:52AM +0200, Takashi Iwai wrote:
err = snd_ctl_add_followers(ac97->bus->card, kctl, followers);
if (err < 0)
return err;
return 0;
this seems a bit pointless - you could just return snd_ctl_add_followers(... directly.
(more instances may be affected, but i don't see it due to little diff context.)
}
regards