commit | b7c4c02974e4e2fcd4aed3e144075ec4eb9ba7b3 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Jun 20 18:03:08 2022 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Dec 07 14:16:48 2022 +0100 |
tree | df26733b90634cc88c85b4bbf1493bcc35b3b154 | |
parent | 258904f0a40184899e8f1dc40f81a4fe8e81f44f [diff] |
fix(mmc): align part config type This corrects MISRA C2012 10.3: The value of an expression shall not be assigned to an object with a narrower essential type or of a different essential type category. Set part_config to be an unsigned char everywhere it is used. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I9cf87848fb016a5630b3c8091290419e3bc62b91