mmc: sdhci-of-esdhc: Check for error num after setting mask
authorJiasheng Jiang <jiasheng@iscas.ac.cn>
Wed, 12 Jan 2022 08:31:56 +0000 (16:31 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Jan 2022 14:37:13 +0000 (15:37 +0100)
commit40c67c291a93f8846c4a972c9ef1b7ba4544c8d0
treef7ba1c14c861dd2e0e7b38ce31069a1ccdb67eeb
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
mmc: sdhci-of-esdhc: Check for error num after setting mask

Because of the possible failure of the dma_supported(), the
dma_set_mask_and_coherent() may return error num.
Therefore, it should be better to check it and return the error if
fails.
And since the sdhci_setup_host() has already checked the return value of
the enable_dma, we need not check it in sdhci_resume_host() again.

Fixes: 5552d7ad596c ("mmc: sdhci-of-esdhc: set proper dma mask for ls104x chips")
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220112083156.1124782-1-jiasheng@iscas.ac.cn
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-of-esdhc.c