Re: [PATCH v4 05/20] gpu: nova-core: use absolute paths in register!() macro

2025-05-30 Thread Lyude Paul
Reviewed-by: Lyude Paul On Wed, 2025-05-21 at 15:45 +0900, Alexandre Courbot wrote: > Fix the paths that were not absolute to prevent a potential local module > from being picked up. > > Signed-off-by: Alexandre Courbot > --- > drivers/gpu/nova-core/regs/macros.rs | 12 ++-- > 1 file c

[PATCH v4 05/20] gpu: nova-core: use absolute paths in register!() macro

2025-05-20 Thread Alexandre Courbot
Fix the paths that were not absolute to prevent a potential local module from being picked up. Signed-off-by: Alexandre Courbot --- drivers/gpu/nova-core/regs/macros.rs | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/nova-core/regs/macros.rs b/driver