From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: pci: mark pci_set_vga_state() as __must_check Date: Mon, 09 Mar 2026 08:05:37 +1000 Message-ID: In-Reply-To: <20260307173538.763188-6-Simon.Richter@hogyros.de> References: <20260307173538.763188-1-Simon.Richter@hogyros.de> <20260307173538.763188-6-Simon.Richter@hogyros.de> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Verdict: Looks good.** Straightforward `__must_check` annotation. Since patch 2 already converted the only caller (`__vga_tryget`) to check the return value, this won't introduce new warnings. Good defensive measure to catch any future callers that might ignore the error. --- Generated by Claude Code Patch Reviewer