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: au1100fb: Don't store device specific data in global variables Date: Mon, 16 Feb 2026 11:56:59 +1000 Message-ID: In-Reply-To: =?utf-8?q?=3C384ec8818490781bff67b94488d28702da2936fd=2E1771163?= =?utf-8?q?316=2Egit=2Eu=2Ekleine-koenig=40baylibre=2Ecom=3E?= References: =?utf-8?q??= =?utf-8?q?=3C384ec8818490781bff67b94488d28702da2936fd=2E1771163316=2Egit=2E?= =?utf-8?q?u=2Ekleine-koenig=40baylibre=2Ecom=3E?= X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review No regressions found. The conversion from static globals (`au1100fb_fix`, `au= 1100fb_var`, `fbregs`) to per-device struct members using compound literal in= itialization is correct. The ordering of field assignments in `au1100fb_drv_p= robe()` is preserved. The `pm_regs` field is properly guarded with `#ifdef CO= NFIG_PM`. --- Generated by Claude Code Patch Reviewer