commit | a291874adc64bfac5cd5af4d59ad3796f6d0eaf5 | [log] [tgz] |
---|---|---|
author | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Fri Apr 04 12:13:26 2025 +0300 |
committer | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Wed May 07 08:10:39 2025 +0300 |
tree | e8a0e1e1753a73f46fd33b90e9122f7a225436f4 | |
parent | 376534a11e58a36614a7a5e44aba9d2f9730b4c6 [diff] |
fix(nxp-mmc): fix clk_rate and bus_width type Both 'clk_rate' and bus_width members of the 'struct imx_usdhc_params' are defined as integers, while their usages are unsigned int. Therefore, change the type to unsigned int. This also helps to avoid MISRA C-2012 Rule 10.3 violations when unsigned values are assigned to signed variables. Change-Id: If52e15a164732b68286f5303c4acbeb4ff993081 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>