diff options
Diffstat (limited to 'drivers/mmc/core/mmc.c')
-rw-r--r-- | drivers/mmc/core/mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 3da29eef8f7d..fdd7c760be8c 100644 --- a/drivers/mmc/core/mmc.c +++ b/drivers/mmc/core/mmc.c | |||
@@ -288,7 +288,7 @@ static struct device_type mmc_type = { | |||
288 | /* | 288 | /* |
289 | * Handle the detection and initialisation of a card. | 289 | * Handle the detection and initialisation of a card. |
290 | * | 290 | * |
291 | * In the case of a resume, "curcard" will contain the card | 291 | * In the case of a resume, "oldcard" will contain the card |
292 | * we're trying to reinitialise. | 292 | * we're trying to reinitialise. |
293 | */ | 293 | */ |
294 | static int mmc_init_card(struct mmc_host *host, u32 ocr, | 294 | static int mmc_init_card(struct mmc_host *host, u32 ocr, |