From: Seungwon Jeon Date: Tue, 22 May 2012 04:01:13 +0000 (+0900) Subject: mmc: dw_mmc: fix incorrect setting of host->data of NULL X-Git-Tag: v3.5-rc4~28^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda5f736864c46324dbc50246ef1ca0e84ebf4ae;p=pandora-kernel.git 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 Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed