mmc: sdhci: not return error when SDMA is not supported
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 27 Mar 2020 04:08:01 +0000 (13:08 +0900)
committerMatthias Brugger <mbrugger@suse.com>
Tue, 12 May 2020 09:01:14 +0000 (11:01 +0200)
commitfabb3a43ada899e6ed248c3dee62348114831227
tree045cc2e929959467bc5caea5e24283c92a3c266a
parentfac8bfd4f52612fceb2d9784c93ed8f147f209c3
mmc: sdhci: not return error when SDMA is not supported

If Host controller doesn't support SDMA, it doesn't need to return
error. Because it can be worked with PIO mode.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
drivers/mmc/sdhci.c