Re: [PATCH] phy: qcom: use struct_size instead of sizeof

From: Vinod Koul
Date: Thu Dec 09 2021 - 06:55:20 EST


On 09-12-21, 11:21, Guo Zhengkui wrote:
> Use struct_size() to get the accurate size of `clk_hw_onecell_data`
> with a variable size array, instead of sizeof(data) to get the size
> of a pointer.

Applied, thanks

--
~Vinod