commit | fffc76ead5a6363b77d1cab0d6ce062bdffc6813 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Fri Mar 04 11:08:47 2022 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Fri Mar 04 13:48:53 2022 +0100 |
tree | 2f3c4a4e472e83f2c8865174661e06ff982c64eb | |
parent | e05753c644652c477ac9c209319cb88cad03055c [diff] |
fix(st-clock): initialize pllcfg table The issue was found by Coverity: CID 376582: (UNINIT) Using uninitialized value "*pllcfg[_PLL4]" when calling "stm32mp1_check_pll_conf". CID 376582: (UNINIT) Using uninitialized value "*pllcfg[_PLL3]" when calling "stm32mp1_check_pll_conf". Check PLL configs are valid before using pllcfg. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I49de849eaf451d0c165a8eb8555112a0a4140bbc