Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/sunxi Delete whitespace, NFC
details: https://anonhg.NetBSD.org/src/rev/0a687bb34581
branches: trunk
changeset: 832531:0a687bb34581
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed May 16 10:22:54 2018 +0000
description:
Delete whitespace, NFC
diffstat:
sys/arch/arm/sunxi/sun8i_codec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 786123d1aa45 -r 0a687bb34581 sys/arch/arm/sunxi/sun8i_codec.c
--- a/sys/arch/arm/sunxi/sun8i_codec.c Wed May 16 10:15:20 2018 +0000
+++ b/sys/arch/arm/sunxi/sun8i_codec.c Wed May 16 10:22:54 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun8i_codec.c,v 1.4 2018/05/12 23:51:06 jmcneill Exp $ */
+/* $NetBSD: sun8i_codec.c,v 1.5 2018/05/16 10:22:54 jmcneill Exp $ */
/*-
* Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sun8i_codec.c,v 1.4 2018/05/12 23:51:06 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sun8i_codec.c,v 1.5 2018/05/16 10:22:54 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -427,7 +427,7 @@
/* Enable digital parts */
WR4(sc, DAC_DIG_CTRL, DAC_DIG_CTRL_ENDA);
- WR4(sc, ADC_DIG_CTRL, ADC_DIG_CTRL_ENAD);
+ WR4(sc, ADC_DIG_CTRL, ADC_DIG_CTRL_ENAD);
/* Set AIF1 to 48 kHz */
val = RD4(sc, SYS_SR_CTRL);
Home |
Main Index |
Thread Index |
Old Index