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/mxsfb/lcdif: simplify remote pointer management using __free Date: Tue, 31 Mar 2026 16:54:43 +1000 Message-ID: In-Reply-To: <20260330-drm-lcdif-dbanc-v2-1-c7f2af536a24@bootlin.com> References: <20260330-drm-lcdif-dbanc-v2-0-c7f2af536a24@bootlin.com> <20260330-drm-lcdif-dbanc-v2-1-c7f2af536a24@bootlin.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Clean conversion. Using `__free(device_node)` on `remote` correctly eliminates both `of_node_put(remote)` calls. The `continue` path and the fall-through path are both handled by the cleanup attribute. Reviewed-by and Tested-by tags present from v1. Looks good. --- Generated by Claude Code Patch Reviewer