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/v3d: Use devm_reset_control_get_optional_exclusive() Date: Tue, 31 Mar 2026 17:53:42 +1000 Message-ID: In-Reply-To: <20260328-v3d-power-management-v8-1-94336830df5f@igalia.com> References: <20260328-v3d-power-management-v8-0-94336830df5f@igalia.com> <20260328-v3d-power-management-v8-1-94336830df5f@igalia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Status: Looks good.** Clean simplification. Switching to `devm_reset_control_get_optional_exclusive()` replaces the manual `-EPROBE_DEFER` check and NULL assignment with the proper optional API that returns NULL when the reset control doesn't exist. The `dev_err_probe()` usage is correct here too. No issues. --- Generated by Claude Code Patch Reviewer