Re: [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro
From: Alexandre Courbot
Date: Fri May 01 2026 - 02:10:33 EST
On Thu Apr 16, 2026 at 8:20 AM JST, John Hubbard wrote:
> On 4/9/26 7:58 AM, Alexandre Courbot wrote:
>> Replace uses of the Nova-internal `bitfield!` macro by the kernel one,
>> and remove the now-unneeded local macro.
>
> "and". :)
>
> Translation: this wants to be two patches: a "use the new kernel
> macro", and a pure "delete unused code" patch.
Done - it looks a bit weird as the `bitfield` module needs to be
orphaned to avoid the unused code clippy warning, but I agree this makes
review easier.