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/hga: Request memory region before ioremap Date: Wed, 11 Mar 2026 13:36:34 +1000 Message-ID: In-Reply-To: <20260310064124.602848-1-hardik.phalet@pm.me> References: <20260310064124.602848-1-hardik.phalet@pm.me> 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: fbdev/hga: Request memory region before ioremap Author: Hardik Phalet Patches: 2 Reviewed: 2026-03-11T13:36:34.577207 --- This is a single patch adding a `request_mem_region()` call before `ioremap= ()` in the HGA framebuffer driver. The change is reasonable in principle = =E2=80=94 it's good practice to claim a memory region before mapping it, to= prevent conflicts with other drivers. The implementation is mostly correct= but has one ordering issue in the error path. **Verdict:** Needs minor fix. --- Generated by Claude Code Patch Reviewer