From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: gpu: nova-core: remove unneeded get_gsp_info proxy function Date: Tue, 28 Apr 2026 15:01:46 +1000 Message-ID: In-Reply-To: <20260427-nova-unload-v4-1-e145ccddae66@nvidia.com> References: <20260427-nova-unload-v4-0-e145ccddae66@nvidia.com> <20260427-nova-unload-v4-1-e145ccddae66@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Straightforward cleanup. The `get_gsp_info` wrapper in `commands.rs` is removed and the call site in `boot.rs` calls `self.cmdq.send_command(bar, commands::GetGspStaticInfo)` directly. The `GetGspStaticInfo` struct visibility is widened from private to `pub(crate)` to support this. No issues. Clean and correct. --- --- Generated by Claude Code Patch Reviewer