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/panel: ili9881c: remove panel on DSI attach failure Date: Thu, 23 Apr 2026 10:16:30 +1000 Message-ID: In-Reply-To: <20260420063435.91650-1-mhun512@gmail.com> References: <20260420063435.91650-1-mhun512@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/panel: ili9881c: remove panel on DSI attach failure Author: Myeonghun Pak Patches: 1 Reviewed: 2026-04-23T10:16:30.945213 --- This is a single-patch series that fixes a real resource cleanup bug in the `panel-ilitek-ili9881c` driver. When `mipi_dsi_attach()` fails during probe, the driver previously returned the error directly without calling `drm_panel_remove()`, leaving a stale panel registered in the global DRM panel list. The fix is correct, minimal, and follows established patterns seen in other DRM panel drivers. **Verdict: The patch is correct and ready to merge with minor nits.** --- Generated by Claude Code Patch Reviewer