From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: media: renesas: vsp1: Use spinlock scoped guards Date: Sat, 16 May 2026 14:29:50 +1000 Message-ID: In-Reply-To: <20260511235637.3468558-9-laurent.pinchart+renesas@ideasonboard.com> References: <20260511235637.3468558-1-laurent.pinchart+renesas@ideasonboard.com> <20260511235637.3468558-9-laurent.pinchart+renesas@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 Converts remaining spinlock pairs to `scoped_guard(spinlock_irqsave, ...)` and `scoped_guard(spinlock_irq, ...)` where the lock covers a limited scope. The conversions in `vsp1_clu.c`, `vsp1_dl.c`, `vsp1_drm.c`, `vsp1_lut.c`, `vsp1_pipe.c`, `vsp1_video.c`, and `vsp1_wpf.c` are all straightforward block-scoped replacements. **All correct.** --- Generated by Claude Code Patch Reviewer