mmc: sdhci_am654: Fix itapdly/otapdly array type
authorJudith Mendez <jm@ti.com>
Wed, 20 Mar 2024 22:38:34 +0000 (17:38 -0500)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 2 Apr 2024 10:21:39 +0000 (12:21 +0200)
commita66db8167ad913efe3d925afe96fcdf2283de796
treedfc0e9428571f000dd1d2fd9cbeca6e1f7f9f595
parentd3182932bb070e7518411fd165e023f82afd7d25
mmc: sdhci_am654: Fix itapdly/otapdly array type

While integer type works, the otap_del_sel and itap_del_sel
arrays are manipulated as u32, so change array types to u32.

Signed-off-by: Judith Mendez <jm@ti.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20240320223837.959900-5-jm@ti.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci_am654.c