Re: (subset) [PATCH 11/24] drm/vc4: Constify container_of wrappers
From: Maxime Ripard
Date: Mon Nov 28 2022 - 06:05:24 EST
On Wed, 23 Nov 2022 16:25:53 +0100, Maxime Ripard wrote:
> None of our wrappers around container_of to access our objects from the
> DRM object pointer actually modify the latter.
>
> Let's make them const.
>
>
Applied to drm/drm-misc (drm-misc-next).
Thanks!
Maxime