commit | b62e117cedbcdb206644342813f343811720c6b8 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Wed Feb 09 17:35:45 2022 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Mar 08 13:18:09 2022 +0100 |
tree | e7f8ac1f216b366065a1b574357b591807b1ea11 | |
parent | 5afbe2c001756434d685e72b8ee6534b6c38f1d6 [diff] |
fix(st-pmic): add static const to pmic_ops The static was found by sparse tool: drivers/st/pmic/stm32mp_pmic.c:456:18: warning: symbol 'pmic_ops' was not declared. Should it be static? The const was also missing. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Ibb5cfaf67ac980bf0af27712a95dbef05b617c25