Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/nvidia Fix another build



details:   https://anonhg.NetBSD.org/src/rev/592647902cf9
branches:  trunk
changeset: 448369:592647902cf9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 31 13:19:19 2019 +0000

description:
Fix another build

diffstat:

 sys/arch/arm/nvidia/soc_tegra124.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 03bae01fb1fb -r 592647902cf9 sys/arch/arm/nvidia/soc_tegra124.c
--- a/sys/arch/arm/nvidia/soc_tegra124.c        Thu Jan 31 13:16:31 2019 +0000
+++ b/sys/arch/arm/nvidia/soc_tegra124.c        Thu Jan 31 13:19:19 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: soc_tegra124.c,v 1.20 2019/01/31 13:06:10 skrll Exp $ */
+/* $NetBSD: soc_tegra124.c,v 1.21 2019/01/31 13:19:19 skrll Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,7 @@
 #include "opt_multiprocessor.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: soc_tegra124.c,v 1.20 2019/01/31 13:06:10 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: soc_tegra124.c,v 1.21 2019/01/31 13:19:19 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -84,7 +84,7 @@
        }
        if (i == 0) {
                ret++;
-               aprint_error("cpu%d: WARNING: AP failed to start\n", i;
+               aprint_error("cpu%d: WARNING: AP failed to start\n", i);
        }
 #endif
        return ret;



Home | Main Index | Thread Index | Old Index