commit | fda5f736864c46324dbc50246ef1ca0e84ebf4ae | [log] [tgz] |
---|---|---|
author | Seungwon Jeon <tgih.jun@samsung.com> | Tue May 22 13:01:13 2012 +0900 |
committer | Chris Ball <cjb@laptop.org> | Wed Jun 06 09:37:03 2012 -0400 |
tree | d67b2b194c792f8e1cfe8d4111dcc31cb6e28ee7 | |
parent | 141a712a4eb09639dd4973a7c5e6999e3b8ae04a [diff] |
mmc: dw_mmc: fix incorrect setting of host->data of NULL Setting host->data to NULL is incorrect sequence in dw_mci_command_complete. This early setting makes the skip of dma_unmap_sg in dw_mci_dma_cleanup. Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com> Acked-by: Will Newton <will.newton@gmail.com> Signed-off-by: Chris Ball <cjb@laptop.org>