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: Mon, 25 May 2026 20:06:41 +1000 Message-ID: In-Reply-To: <20260521-nova-unload-v6-1-65f581c812c9@nvidia.com> References: <20260521-nova-unload-v6-0-65f581c812c9@nvidia.com> <20260521-nova-unload-v6-1-65f581c812c9@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 Clean removal of a trivial wrapper function. Making `GetGspStaticInfo` `pub(crate)` is the right visibility for direct use from `boot.rs`. The call site change from `commands::get_gsp_info(&self.cmdq, bar)` to `self.cmdq.send_command(bar, commands::GetGspStaticInfo)` is a direct equivalent. No issues. --- --- Generated by Claude Code Patch Reviewer