Re: [PATCH] mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly

2013-08-24 Thread Chris Ball
Hi, On Wed, Jul 10 2013, Seungwon Jeon wrote: > On Wed, July 10, 2013, Doug Anderson wrote: >> 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 a

RE: [PATCH] mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly

2013-07-10 Thread Seungwon Jeon
On Wed, July 10, 2013, Doug Anderson wrote: > 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 t

[PATCH] mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly

2013-07-09 Thread Doug Anderson
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 An