From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Re: [PATCH] staging: fbtft: fb_tinylcd: replace udelay() with usleep_range() Date: Fri, 13 Mar 2026 14:44:57 +1000 Message-ID: In-Reply-To: References: X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: Re: [PATCH] staging: fbtft: fb_tinylcd: replace udelay() with usle= ep_range() Author: Dan Carpenter Patches: 4 Reviewed: 2026-03-13T14:44:57.584370 --- This is a single-patch series making a simple cleanup change in a staging d= river: replacing `udelay(250)` with `usleep_range(250, 500)` in `fb_tinylcd= .c`. The intent is reasonable =E2=80=94 checkpatch recommends `usleep_range= ()` over `udelay()` for delays =E2=89=A5 10=C2=B5s =E2=80=94 but the patch = has an unrelated whitespace change and a potential correctness concern rega= rding the calling context. --- Generated by Claude Code Patch Reviewer