commit | f7130e81cf9c3682232bb9319b1798184b44920f | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Oct 19 13:31:06 2021 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Feb 01 13:53:01 2022 +0100 |
tree | f85a38b9221f69d3d8a9eba5c7c07b1d9bf0bc30 | |
parent | 49abdfd8cececb91a4bc7e7b29a30c09dce461c7 [diff] |
fix(stm32mp1): rework switch/case for MISRA Avoid the use of return inside switch/case in stm32mp_is_single_core(). Although this MISRA rulre might not be enforced, we align on what is done for stm32mp_is_auth_supported(). Change-Id: I00a5ec1b18c55b4254af00c9c5cf5a4dce104175 Signed-off-by: Yann Gautier <yann.gautier@st.com>