]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: fsl_esdhc: Fix hang after 'save' command
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 28 May 2013 18:09:42 +0000 (15:09 -0300)
committerAndy Fleming <afleming@freescale.com>
Thu, 13 Jun 2013 21:52:19 +0000 (16:52 -0500)
commitc2137b10a491168d23d1275997eedd3f9ec4f0cf
tree0d3109d893833df2f77d9348b10967816b692549
parenta586c0aa211fb79ecaa06aee3299bfdd81329876
mmc: fsl_esdhc: Fix hang after 'save' command

Since commit 48e0b2bd (powerpc/esdhc: Correct judgement for DATA PIO mode)
we see mx6 systems to hang after doing a 'save' command.

Revert this commit since the original 'ifdef' logic from 7b43db92
(drivers/mmc/fsl_esdhc.c: fix compiler warnings) was the correct one.

Reported-by: Tapani Utriainen <tapani@technexion.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/mmc/fsl_esdhc.c