commit | 7cfc8dde975fc219b772e99bbfdd114d6ef6c157 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Nov 28 11:35:51 2023 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Jun 17 11:24:09 2024 +0200 |
tree | 1e57084221a1b9c41b89ce7ebe92a92038f5b6ad | |
parent | e521d7de5e63129c73a860c2fd553b076717dca2 [diff] |
fix(stm32mp1): remove unnecessary assert on GPIO_BANK_A value Remove assert for unexpected value of the define GPIO_BANK_A. This check is not required as GPIO_BANK_A = 0, it can be limited to have bank <= GPIO_BANK_K as bank is unsigned int. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Change-Id: I0345d56f106fcacd6a6f93281c2d9279980cd152