mmc: sdhci: not return error when SDMA is not suppported 96/223096/1
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 22 Jan 2020 23:43:42 +0000 (08:43 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 22 Jan 2020 23:44:55 +0000 (08:44 +0900)
commit3c0b3f2014370ab963da869cd3a717e2dcf926f0
tree316d67586bd232d6f685b7f60d3ecdc057e5e3d8
parent2360514efff5662b2df2b60de2b75effa5812834
mmc: sdhci: not return error when SDMA is not suppported

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

Change-Id: Iafbb915b3fd33209ba689e856bfd934acac9a03e
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/sdhci.c