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: mm: pramin: drop useless as_ref() in run_self_test Date: Tue, 28 Apr 2026 15:32:04 +1000 Message-ID: In-Reply-To: <20260425211454.174696-22-joelagnelf@nvidia.com> References: <20260425211454.174696-1-joelagnelf@nvidia.com> <20260425211454.174696-22-joelagnelf@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 Removes a redundant `.as_ref()` call introduced in patch 20. **Should be squashed into patch 20.** Introducing code in one patch and immediately cleaning it up in the next is unnecessary churn. The `as_ref()` should simply not be added in patch 20. --- Generated by Claude Code Patch Reviewer