diff options
-rw-r--r-- | drivers/mmc/host/s3cmci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 6070f36139bd..8c68b2e0dd6e 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c | |||
@@ -677,7 +677,7 @@ static void finalize_request(struct s3cmci_host *host) | |||
677 | 677 | ||
678 | /* Cleanup controller */ | 678 | /* Cleanup controller */ |
679 | writel(0, host->base + S3C2410_SDICMDARG); | 679 | writel(0, host->base + S3C2410_SDICMDARG); |
680 | writel(0, host->base + S3C2410_SDIDCON); | 680 | writel(S3C2410_SDIDCON_STOP, host->base + S3C2410_SDIDCON); |
681 | writel(0, host->base + S3C2410_SDICMDCON); | 681 | writel(0, host->base + S3C2410_SDICMDCON); |
682 | writel(0, host->base + host->sdiimsk); | 682 | writel(0, host->base + host->sdiimsk); |
683 | 683 | ||
@@ -803,7 +803,7 @@ static int s3cmci_setup_data(struct s3cmci_host *host, struct mmc_data *data) | |||
803 | dbg(host, dbg_err, | 803 | dbg(host, dbg_err, |
804 | "mci_setup_data() transfer stillin progress.\n"); | 804 | "mci_setup_data() transfer stillin progress.\n"); |
805 | 805 | ||
806 | writel(0, host->base + S3C2410_SDIDCON); | 806 | writel(S3C2410_SDIDCON_STOP, host->base + S3C2410_SDIDCON); |
807 | s3cmci_reset(host); | 807 | s3cmci_reset(host); |
808 | 808 | ||
809 | if ((stoptries--) == 0) { | 809 | if ((stoptries--) == 0) { |