Re: [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration
From: Daniel Almeida
Date: Fri Feb 06 2026 - 08:47:14 EST
> +
> + /// Keeps track of whether we've initialized the device data yet.
> + pub(crate) data_is_init: AtomicBool,
Oh well, I was unable to think of a better plan than this ^
Nit: you’ve added a few pub(crate), consider whether these could
be pub(in path) or, better yet, pub(super).
Reviewed-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx>