Re: [PATCH 1/8] rust: io: register: dispatch fixed array shortcut internally
"Gary Guo" <[email protected]> Tue, 21 Jul 2026 15:17:42 +0100
| Newsgroups | dev.linux.lists.nova-gpu,dev.linux.lists.driver-core,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Tue Jul 21, 2026 at 12:00 PM BST, Alexandre Courbot wrote: > The contiguous fixed-register-array shortcut redispatches an already > normalized declaration through the public register! entry point. This is > unneeded - the public rule should only be invoked by users. > > Dispatch directly to the appropriate internal @reg rule instead. > > Signed-off-by: Alexandre Courbot <[email protected]> Reviewed-by: Gary Guo <[email protected]> > --- > rust/kernel/io/register.rs | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)