<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 7:42 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 Tue, Sep 6, 2022 at 3:50 AM Shengjiu Wang <<a href="mailto:shengjiu.wang@gmail.com" target="_blank">shengjiu.wang@gmail.com</a>> wrote:<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>
<br>
> Just want to have a record/note here, need to care about this warning.<br>
<br>
"FIXME" feels like something is wrong and literally means that it is<br>
waiting for a fix/solution. In your case, it's not waiting for a fix<br>
at all, but just an annotation? So, shouldn't it be just "Note:"?<br></blockquote><div><br></div><div>ok, let me update it. </div><div><br></div><div>best regards</div><div>wang shengjiu</div></div></div>