[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <006301c7614b$790f8450$c7a3580a@swcenter.sec.samsung.co.kr>
Date: Thu, 8 Mar 2007 15:31:53 +0900
From: "Kyungmin Park" <kmpark@...radead.org>
To: <drzeus-mmc@...eus.cx>
Cc: <linux-kernel@...r.kernel.org>
Subject: MMC: Fix typo in mmc highspeed
MMC: Fix typo in mmc highspeed
Signed-off-by: Kyungmin Park <kyungmin.park@...sung.com>
--
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index 4a73e8b..3b8f7af 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -1134,7 +1134,7 @@ static void mmc_process_ext_csds(struct mmc_host
*host)
mmc_card_set_highspeed(card);
- host->ios.timing = MMC_TIMING_SD_HS;
+ host->ios.timing = MMC_TIMING_MMC_HS;
mmc_set_ios(host);
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists