On Tue Jun 23, 2026 at 7:29 AM BST, Alvin Sun wrote: > Set the miscdevice fops owner field from the driver module pointer > via the `this_module::<T::OwnerModule>()` helper, instead of > defaulting to null. > > Reviewed-by: Andreas Hindborg <[email protected]> > Signed-off-by: Alvin Sun <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/kernel/miscdevice.rs | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)

