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: convert PBUS registers to kernel register macro Date: Wed, 25 Mar 2026 07:57:33 +1000 Message-ID: In-Reply-To: <20260323-b4-nova-register-v3-2-ae2486ecef1b@nvidia.com> References: <20260323-b4-nova-register-v3-0-ae2486ecef1b@nvidia.com> <20260323-b4-nova-register-v3-2-ae2486ecef1b@nvidia.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Clean and straightforward. The `frts_err_code` field drops the explicit `as= u16` type annotation =E2=80=94 this should be fine if the kernel macro inf= ers the return type from the field width, but worth verifying the accessor = still returns `u16` (or at least something that can be compared to `0` as d= one at the call site). --- Generated by Claude Code Patch Reviewer