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: dw_hdmi: Unregister CEC notifier during connector cleanup Date: Mon, 18 May 2026 16:41:46 +1000 Message-ID: In-Reply-To: <20260516183838.2024991-9-jonas@kwiboo.se> References: <20260516183838.2024991-1-jonas@kwiboo.se> <20260516183838.2024991-9-jonas@kwiboo.se> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Status:** Correct lifetime alignment. Moves CEC notifier unregistration from `dw_hdmi_bridge_detach()` to the new `dw_hdmi_connector_destroy()`. This aligns the CEC notifier lifetime with the connector, which is the right thing to do since the notifier references the connector. --- Generated by Claude Code Patch Reviewer