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: remove unused function fbtft_write_gpio16_wr_latched Date: Tue, 05 May 2026 10:41:28 +1000 Message-ID: In-Reply-To: References: X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: Re: [PATCH] staging: fbtft: remove unused function fbtft_write_gpio16_wr_latched Author: Andy Shevchenko Patches: 2 Reviewed: 2026-05-05T10:41:28.167281 --- This is a single, straightforward cleanup patch that removes the dead function `fbtft_write_gpio16_wr_latched()` from the staging fbtft driver. The function is indeed unused: it has no callers anywhere in the kernel tree, and its body is just a stub that prints an error and returns `-1`. The patch is correct, complete, and well-formed. **Verdict: Looks good.** No issues found. --- Generated by Claude Code Patch Reviewer