From: Russell King Date: Fri, 25 Apr 2014 11:59:00 +0000 (+0100) Subject: mmc: sdhci-esdhc-imx: avoid DMA to kernel stack X-Git-Tag: omap-for-v3.16/fixes-against-rc1~65^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2fc80fb15b99736ecd1895934ce4512e76fa3f;p=pandora-kernel.git mmc: sdhci-esdhc-imx: avoid DMA to kernel stack sdhci-esdhc-imx tries to DMA to the kernel stack when tuning the interface, which causes dma-debug to complain. Fix this by kmallocing a buffer to hold the received tuning pattern. Signed-off-by: Russell King Tested-by: Markus Pargmann Tested-by: Stephen Warren Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed