2022-11-28 11:18:58

by Maxime Ripard

[permalink] [raw]
Subject: Re: (subset) [PATCH 11/24] drm/vc4: Constify container_of wrappers

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