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>
---
drivers/clk/meson/gxbb-aoclk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Neil Armstrong <hidden> Date: 2016-08-23 07:58:14
On 08/22/2016 06:08 PM, Wei Yongjun wrote:
quoted hunk
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>
---
drivers/clk/meson/gxbb-aoclk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Stephen Boyd <hidden> Date: 2016-08-24 17:29:44
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