On Tue, Jan 27, 2026 at 01:02:16AM +0530, Shrikant Raskar via B4 Relay wrote:
> Update the polling delay to use a 100 ms timeout, as specified
> in the RFD77402 datasheet.
Please, refer at least in the code what is the section and/or table specifies
that...
...
> if (ret & RFD77402_ICSR_RESULT)
> break;
...here.
Note, it's a requirement to comment all long sleeps (~1ms is considered long),
and some other short sleeps depending on the context.
> - msleep(20);
> + msleep(10);
> }
--
With Best Regards,
Andy Shevchenko