Re: (subset) [PATCH v7 34/36] drm/sun4i: hdmi: Switch to container_of_const

From: Maxime Ripard
Date: Mon Feb 26 2024 - 05:18:36 EST


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