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-print: fix config-dependent unused variable Date: Sat, 14 Mar 2026 07:00:29 +1000 Message-ID: In-Reply-To: <20260313132103.2529746-39-jim.cromie@gmail.com> References: <20260313132103.2529746-1-jim.cromie@gmail.com> <20260313132103.2529746-39-jim.cromie@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Removes local `category` variable, uses `p->category` directly. Correct fix= for the unused variable warning. ### PATCHES 39-57: DRM_CLASSMAP_USE in various drivers All 19 driver patches are consistent, adding a single `DRM_CLASSMAP_USE(drm= _debug_classes);` line. Drivers that previously had `DECLARE_DYNDBG_CLASSMA= P` replace it; new drivers just add the line. All carry appropriate `Fixes:= ` tags where applicable. Minor typo in patch 44 (Xe): "dydnbg" =E2=86=92 "d= yndbg". --- Generated by Claude Code Patch Reviewer