On Wed, Oct 28, 2020 at 01:49:29PM +0000, Dave Stevenson wrote: > s/convertion/conversion in subject line > > On Wed, 28 Oct 2020 at 12:37, Maxime Ripard wrote: > > > > Most of the helpers to retrieve vc4 structures from the DRM base structures > > rely on the fact that the first member of the vc4 structure is the DRM one > > and just cast the pointers between them. > > > > However, this is pretty fragile especially since there's no check to make > > sure that the DRM structure is indeed at the offset 0 in the structure, so > > let's use container_of to make it more robust. > > > > Signed-off-by: Maxime Ripard > > Otherwise > Reviewed-by: Dave Stevenson Fixed the typo and applied, thanks! Maxime