lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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