From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: video/fbdev/via: check ioremap return value in viafb_lcd_get_mobile_state Date: Wed, 11 Mar 2026 13:49:46 +1000 Message-ID: In-Reply-To: References: 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: video/fbdev/via: check ioremap return value in viafb_lcd_get_mobil= e_state Author: Wang Jun <1742789905@qq.com> Patches: 2 Reviewed: 2026-03-11T13:49:46.599498 --- This is a single patch adding a NULL check for `ioremap()` in the VIA fbdev= LCD driver. The fix addresses a real bug =E2=80=94 a missing NULL check th= at could lead to a NULL pointer dereference. The fix is straightforward and= correct in principle, but has issues with the commit message and debug log= ging style. --- Generated by Claude Code Patch Reviewer