Re: [PATCH v3] staging: fbtft: Change udelay() to fsleep()
From: Gideon Adjei
Date: Tue Jan 13 2026 - 19:31:06 EST
On Wed, Jan 14, 2026 at 12:33:42AM +0200, Andy Shevchenko wrote:
No need to send v4 because of this, just reply with the changelogs forChangelog:
v1->v2 and v2->v3.
v1->v2:
- Added explanation to why usleep_range() is safe in this context to
commit message.
v2->v3:
- Switched from usleep_range() to fsleep().
- Corrected a minor grammar error in commit message.
No functional changes to the code itself.
Also note, it's assumed that even for such a simple patch the timeThank you for the reminder regarding the expected interval between
between versions is at least 24h.
revions. I will ensure this observed going forward.
Signed-off-by: Gideon Adjei <gideonadjei.dev@xxxxxxxxx>