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: Handle error from drm_sched_entity_init() Date: Mon, 09 Mar 2026 08:56:08 +1000 Message-ID: In-Reply-To: <20260306-v3d-reset-locking-improv-v3-1-49864fe00692@igalia.com> References: <20260306-v3d-reset-locking-improv-v3-0-49864fe00692@igalia.com> <20260306-v3d-reset-locking-improv-v3-1-49864fe00692@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 Clean and correct. The error unwind loop properly decrements `i` before entering the cleanup loop, so it only destroys entities that were successfully initialized. No issues. --- Generated by Claude Code Patch Reviewer