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: zynqmp_dp: switch to of_drm_get_bridge_by_endpoint() Date: Sat, 16 May 2026 15:02:24 +1000 Message-ID: In-Reply-To: <20260511-drm-bridge-alloc-getput-panel_or_bridge-v6-10-f61c9e498b3f@bootlin.com> References: <20260511-drm-bridge-alloc-getput-panel_or_bridge-v6-0-f61c9e498b3f@bootlin.com> <20260511-drm-bridge-alloc-getput-panel_or_bridge-v6-10-f61c9e498b3f@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 Same migration pattern with -ENODEV handling (the comment explains backward-compatibility with older DTs that don't have port@5). Removes the `next_bridge` field and the associated kdoc entry. The existing `if (dp->bridge.next_bridge)` guard in `zynqmp_dp_bridge_attach()` handles the NULL case. No issues. --- Generated by Claude Code Patch Reviewer