Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/allwinner fix typo
details: https://anonhg.NetBSD.org/src/rev/1ddda5980f9c
branches: trunk
changeset: 334810:1ddda5980f9c
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Dec 07 20:10:59 2014 +0000
description:
fix typo
diffstat:
sys/arch/arm/allwinner/awin_mmc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7e78920ee891 -r 1ddda5980f9c sys/arch/arm/allwinner/awin_mmc.c
--- a/sys/arch/arm/allwinner/awin_mmc.c Sun Dec 07 20:10:08 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_mmc.c Sun Dec 07 20:10:59 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_mmc.c,v 1.19 2014/12/07 20:09:35 jmcneill Exp $ */
+/* $NetBSD: awin_mmc.c,v 1.20 2014/12/07 20:10:59 jmcneill Exp $ */
/*-
* Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
#include "locators.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_mmc.c,v 1.19 2014/12/07 20:09:35 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_mmc.c,v 1.20 2014/12/07 20:10:59 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -536,7 +536,7 @@
static uint32_t
awin_mmc_host_ocr(sdmmc_chipset_handle_t sch)
{
- return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V | MMC_OCR_HSC;
+ return MMC_OCR_3_2V_3_3V | MMC_OCR_3_3V_3_4V | MMC_OCR_HCS;
}
static int
Home |
Main Index |
Thread Index |
Old Index