On Sun, Sep 03, 2023 at 12:06:15AM +0300, Cristian Ciocaltea wrote: > Technically, an interrupt handler can be called before probe() finishes > its execution, hence ensure the pll_lock completion object is always > initialized before being accessed in cs35l41_irq(). > > Fixes: f5030564938b ("ALSA: cs35l41: Add shared boost feature") > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxxxxxx> > --- Acked-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx> Thanks, Charles