commit | 175758b2777eb6df3c4aefd79448e97e76a15272 | [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 | b298d4df5efc5d7a350dc10ca10b85a91d4d46e0 [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