[PATCH -next] clk: meson: Fix invalid use of sizeof in gxbb_aoclkc_probe()
From: Stephen Boyd <hidden>
Date: 2016-08-24 17:29:44
Also in:
linux-amlogic, linux-clk
From: Stephen Boyd <hidden>
Date: 2016-08-24 17:29:44
Also in:
linux-amlogic, linux-clk
On 08/22, Wei Yongjun wrote:
From: Wei Yongjun <redacted> sizeof() when applied to a pointer typed expression gives the size of the pointer, not that of the pointed data. Signed-off-by: Wei Yongjun <redacted> ---
Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project