From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/accel: remove unnecessary cast in accel_name_info() Date: Wed, 25 Mar 2026 08:08:40 +1000 Message-ID: In-Reply-To: <20260323022906.13615-1-onatbaker@gmail.com> References: <20260323022906.13615-1-onatbaker@gmail.com> 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: drm/accel: remove unnecessary cast in accel_name_info() Author: Onat Baker Patches: 1 Reviewed: 2026-03-25T08:08:40.499099 --- This is a trivial single-patch cleanup that removes an unnecessary explicit= cast from `void *` to `struct drm_info_node *`. In C, `void *` is implicit= ly convertible to any pointer type, so the cast is indeed superfluous. The = change is correct and harmless. That said, this is an extremely minor cosmetic cleanup with no functional i= mpact. It's the kind of patch that is technically correct but offers minima= l value =E2=80=94 it touches a single line to remove a cast that causes no = warnings and no bugs. **Verdict: Low-value but correct cleanup.** --- Generated by Claude Code Patch Reviewer