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: atyfb: Remove unused fb_list Date: Tue, 31 Mar 2026 17:25:36 +1000 Message-ID: In-Reply-To: <571a3e072a2eef5a587d768d74559fc549b03ab6.1774863796.git.geert@linux-m68k.org> References: <571a3e072a2eef5a587d768d74559fc549b03ab6.1774863796.git.geert@linux-m68k.org> 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: atyfb: Remove unused fb_list Author: Geert Uytterhoeven Patches: 1 Reviewed: 2026-03-31T17:25:36.507096 --- This is a single, trivial cleanup patch that removes a dead variable (`fb_l= ist`) from the ATY framebuffer driver. The change is correct and well-motiv= ated =E2=80=94 the variable is set but never read, as confirmed by a clang = W=3D1 warning. The commit message provides good historical context (last us= er removed in 2004, linked list removed in 2002). **Verdict: Looks good. No issues found.** --- Generated by Claude Code Patch Reviewer