On Wed, Mar 6, 2019 at 8:05 AM Benjamin Gaignard <[email protected]> wrote: > Le mar. 5 mars 2019 à 21:54, John Stultz <[email protected]> a écrit : > > +#define to_cma_heap(x) container_of(x, struct cma_heap, heap) > > Even if I had write this macro years ago, now I would prefer to have a > static inline function > to be able to check the types. > > with that: > Reviewed-by: Benjamin Gaignard <[email protected]>
Thanks for the suggestion! I've reworked that and the other container_of macro I had in the patch series to be inline functions. thanks again! -john _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
