<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 6, 2022 at 5:50 PM Nicolin Chen <<a href="mailto:nicoleotsuka@gmail.com">nicoleotsuka@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Sep 5, 2022 at 6:54 PM Shengjiu Wang <<a href="mailto:shengjiu.wang@gmail.com" target="_blank">shengjiu.wang@gmail.com</a>> wrote:<br>
<br>
>> > +       /* Wait for status of initialization for every enabled pairs */<br>
>> > +       do {<br>
>> > +               udelay(5);<br>
>> > +               regmap_read(asrc->regmap, REG_ASRCFG, &reg);<br>
>> > +               reg = (reg >> ASRCFG_INIRQi_SHIFT(0)) & 0x7;<br>
>> > +       } while ((reg != ((asrctr >> ASRCTR_ASRCEi_SHIFT(0)) & 0x7)) && --retry);<br>
>> > +<br>
>> > +       /* FIXME: Doesn't treat initialization timeout as error */<br>
>> > +       if (!retry)<br>
>> > +               dev_warn(dev, "initialization isn't finished\n");<br>
>><br>
>> Any reason why not just dev_err?<br>
><br>
> Just hesitate to use dev_err. if use dev_err, then should return an error.<br>
> May one of the pairs is finished, it still can continue.<br>
<br>
Makes sense. In that case, why "FIXME" :)<br></blockquote><div><br></div><div>Just want to have a record/note here, need to care about this warning. </div><div><br></div><div>Best regards</div><div>Wang shengjiu</div></div></div>