commit | 78869618a886d33d8cdfcb78cf9b245b5250e465 | [log] [tgz] |
---|---|---|
author | Aaron Lu <Aaron.Lu@amd.com> | Mon Jul 11 13:27:11 2011 +0800 |
committer | Chris Ball <cjb@laptop.org> | Sat Aug 13 14:50:19 2011 -0400 |
tree | 97523732214d8529a62ec2bcbc9c54703767754f | |
parent | 322a8b034003c0d46d39af85bf24fee27b902f48 [diff] |
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>