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 redundant &analogix_dp_plat_data.skip_connector Date: Sun, 22 Mar 2026 04:35:46 +1000 Message-ID: In-Reply-To: <20260319071452.1961274-7-damon.ding@rock-chips.com> References: <20260319071452.1961274-1-damon.ding@rock-chips.com> <20260319071452.1961274-7-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 Replaces `skip_connector` with the more natural `next_bridge` check. The semantic is equivalent since `skip_connector` was only set when a bridge was present. Nit: The commit message says "replaced by `&analogix_dp_plat_data.bridge`" but should say `next_bridge`. Very minor doc issue. No functional issues. --- Generated by Claude Code Patch Reviewer