Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/ingenic fix build with INGENIC_DEBUG



details:   https://anonhg.NetBSD.org/src/rev/91bb918adbbf
branches:  trunk
changeset: 340888:91bb918adbbf
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Oct 08 18:20:31 2015 +0000

description:
fix build with INGENIC_DEBUG

diffstat:

 sys/arch/mips/ingenic/ingenic_efuse.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d995bd4a35d6 -r 91bb918adbbf sys/arch/mips/ingenic/ingenic_efuse.c
--- a/sys/arch/mips/ingenic/ingenic_efuse.c     Thu Oct 08 17:58:51 2015 +0000
+++ b/sys/arch/mips/ingenic/ingenic_efuse.c     Thu Oct 08 18:20:31 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ingenic_efuse.c,v 1.1 2015/10/08 17:54:30 macallan Exp $ */
+/*     $NetBSD: ingenic_efuse.c,v 1.2 2015/10/08 18:20:31 macallan Exp $ */
 
 /*-
  * Copyright (c) 2015 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ingenic_efuse.c,v 1.1 2015/10/08 17:54:30 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ingenic_efuse.c,v 1.2 2015/10/08 18:20:31 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -97,7 +97,7 @@
        ingenic_set_enaddr(&sc->sc_data[0x1a]);
 #ifdef INGENIC_DEBUG
        {
-               int i. j;
+               int i, j;
                for (i = 0; i < 0x20; i += 8) {
                        printf("%02x:", i);
                        for (j = 0; j < 8; j++)



Home | Main Index | Thread Index | Old Index