Re: [PATCH 3/3] staging: fbtft: Replace udelay with usleep_range
Andy Shevchenko <[email protected]> Tue, 14 Jul 2026 22:17:18 +0300
| Newsgroups | org.kernel.vger.linux-fbdev,dev.linux.lists.linux-staging,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Tue, Jul 14, 2026 at 10:09:42PM +0300, Panagiotis Gravias wrote: > Fix checkpatch warnings preferring usleep_range over udelay. > Replaced udelay() calls with usleep_range() providing a reasonable > upper bound to allow the scheduler to coalesce timer interrupts. NAK. -- With Best Regards, Andy Shevchenko