From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: fbdev: goldfishfb: use devm_platform_ioremap_resource() Date: Wed, 04 Mar 2026 07:21:04 +1000 Message-ID: In-Reply-To: <20260303-master-v1-1-85eb5ff584b0@gmail.com> References: <20260303-master-v1-1-85eb5ff584b0@gmail.com> 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: fbdev: goldfishfb: use devm_platform_ioremap_resource() Author: Amin GATTOUT Patches: 3 Reviewed: 2026-03-04T07:21:04.586574 --- This is a single-patch series performing a standard kernel cleanup: replacing an open-coded `platform_get_resource()` + `ioremap()` pair with `devm_platform_ioremap_resource()` in the goldfish framebuffer driver, and removing the corresponding manual `iounmap()` calls. The patch is straightforward and largely correct, but has a couple of subtle behavioral changes worth noting. **Verdict: Mostly clean, minor notes below.** --- Generated by Claude Code Patch Reviewer