aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/host/s3cmci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index a6224f9b28bc..6f1b474e33b9 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -584,7 +584,7 @@ static irqreturn_t s3cmci_irq_cd(int irq, void *dev_id)
584 584
585 dbg(host, dbg_irq, "card detect\n"); 585 dbg(host, dbg_irq, "card detect\n");
586 586
587 mmc_detect_change(host->mmc, 500); 587 mmc_detect_change(host->mmc, msecs_to_jiffies(500));
588 588
589 return IRQ_HANDLED; 589 return IRQ_HANDLED;
590} 590}