On Thu, 22 Feb 2024 19:14:20 +0100, Maxime Ripard wrote: > container_of_const() allows to preserve the pointer constness and is > thus more flexible than inline functions. > > Let's switch all our instances of container_of() to container_of_const(). > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime