mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly
authorDoug Anderson <dianders@chromium.org>
Tue, 9 Jul 2013 20:04:40 +0000 (13:04 -0700)
committerChris Ball <cjb@laptop.org>
Sun, 25 Aug 2013 02:21:33 +0000 (22:21 -0400)
commit476d79f1427798deb5107ad142cdea7d46883b4a
treeb76646ddc3ad6218b0506cbd6c2b015cb38c6d4c
parentc8760069627ad3b0dbbea170f0c4c58b16e18d3d
mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly

In (1fb5f68 mmc: dw_mmc: Don't loop when handling an interrupt), the
code for handling DW_MCI_QUIRK_IDMAC_DTO became dead code.  Move it to
where it ought to live.

Found by code inspection and compile-tested only--I don't know of any
boards that need DW_MCI_QUIRK_IDMAC_DTO.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc.c