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: tc358762: Move tc358762_init() into tc358762_enable() Date: Sat, 16 May 2026 12:04:23 +1000 Message-ID: In-Reply-To: <20260513-tc358762-fixes-v3-10-6698b55008b9@ideasonboard.com> References: <20260513-tc358762-fixes-v3-0-6698b55008b9@ideasonboard.com> <20260513-tc358762-fixes-v3-10-6698b55008b9@ideasonboard.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Inlines `tc358762_init()` into `tc358762_enable()`, also moving `post_disable` and `pre_enable` above `enable` to avoid forward declarations. Pure refactor, no functional change. The function ordering in the source changes but the `drm_bridge_funcs` struct wiring remains the same. This prepares for patch 11 which needs to access atomic state in the enable path. No issues. **Reviewed-by worthy.** --- Generated by Claude Code Patch Reviewer