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/exynos: exynos_dp: Remove unused &exynos_dp_device.connector Date: Tue, 10 Mar 2026 11:39:07 +1000 Message-ID: In-Reply-To: <20260310012458.169272-5-damon.ding@rock-chips.com> References: <20260310012458.169272-1-damon.ding@rock-chips.com> <20260310012458.169272-5-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 `struct drm_connector *connector` field from `exynos_dp_device` and the assignment in `exynos_dp_bridge_attach()`. Since it was never read after assignment, this is a correct cleanup. No issues. --- Generated by Claude Code Patch Reviewer