]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finish
authorAaron Lu <Aaron.Lu@amd.com>
Mon, 11 Jul 2011 05:27:11 +0000 (13:27 +0800)
committerChris Ball <cjb@laptop.org>
Sat, 13 Aug 2011 18:50:19 +0000 (14:50 -0400)
commit78869618a886d33d8cdfcb78cf9b245b5250e465
tree97523732214d8529a62ec2bcbc9c54703767754f
parent322a8b034003c0d46d39af85bf24fee27b902f48
mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finish

Currently, the retuning timer for retuning mode 1 will be deleted in
function sdhci_tasklet_finish after a mmc request done, which will make
retuning timing never trigger again. This patch fixed this problem.

Signed-off-by: Aaron Lu <Aaron.Lu@amd.com>
Reviewed-by: Philip Rakity <prakity@marvell.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c