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/bridge: analogix_dp: Remove unused struct drm_connector* for &analogix_dp_plat_data.attach() Date: Sun, 12 Apr 2026 11:37:40 +1000 Message-ID: In-Reply-To: <20260409065301.446670-10-damon.ding@rock-chips.com> References: <20260409065301.446670-1-damon.ding@rock-chips.com> <20260409065301.446670-10-damon.ding@rock-chips.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Removes the unused `struct drm_connector *` parameter from the `attach` callback. Updates the Analogix caller and Exynos implementation. Clean signature simplification. --- Generated by Claude Code Patch Reviewer