On Thu, Jan 16, 2025 at 11:35:19PM +0000, Thinh Nguyen wrote: > On Thu, Jan 16, 2025, Andy Shevchenko wrote: ... > > for (epnum = 0; epnum < total; epnum++) { > > - int ret; > > + for (num = 0; num < count; num++) { > > + if (epnum == eps[num]) > > + break; > > + } > > + if (num < count) > > + continue; > > You can probably rewrite this logic better. Any suggestions? Thanks for the review! -- With Best Regards, Andy Shevchenko