Re: [PATCH v2 14/20] drm/amd/powerplay: Use designated initializers

From: Christoph Hellwig
Date: Sat May 27 2017 - 04:47:58 EST


> + { .isFunctionNeededInRuntimeTable = NULL,
> + .tableFunction = tf_vega10_thermal_initialize },

I'd say drop the NULL initializations as they are implicit anyway.