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/imagination: Fix missing pvr_power_fw_{en, dis}able() argument Date: Mon, 25 May 2026 22:55:10 +1000 Message-ID: In-Reply-To: <20260519131239.1291732-1-javierm@redhat.com> References: <20260519131239.1291732-1-javierm@redhat.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: drm/imagination: Fix missing pvr_power_fw_{en, dis}able() argument Author: Javier Martinez Canillas Patches: 3 Reviewed: 2026-05-25T22:55:10.151528 --- This is a single, straightforward build-fix patch. Commit `42577ba79fbf` ("drm/imagination: Rename FW booted to FW initialised") accidentally dropped arguments from two function calls in the suspend/resume paths, causing a compile failure. The fix correctly restores the missing arguments. The patch is correct, minimal, and properly tagged with a `Fixes:` line. **Verdict: Looks good.** This should be merged promptly as the broken commit prevents building the imagination driver entirely. --- Generated by Claude Code Patch Reviewer