[U-Boot] [PATCH 1/1] dm: clk: add missing .priv_auto_alloc_size() for stm32f7
Simon Glass
sjg at chromium.org
Mon Sep 25 02:13:53 UTC 2017
On 21 September 2017 at 02:08, <patrice.chotard at st.com> wrote:
> From: Patrice Chotard <patrice.chotard at st.com>
>
> Add missing .priv_auto_alloc_size() callback.
> Previously private struct stm32_clk was not allocate
> which leads to unpredictable behaviour
>
> Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
> ---
> drivers/clk/clk_stm32f7.c | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list