Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/nxp Pretty print



details:   https://anonhg.NetBSD.org/src/rev/e6c0bb44196b
branches:  trunk
changeset: 959034:e6c0bb44196b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 30 09:36:46 2021 +0000

description:
Pretty print

diffstat:

 sys/arch/arm/nxp/imx6_clk.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 808ac76d914d -r e6c0bb44196b sys/arch/arm/nxp/imx6_clk.c
--- a/sys/arch/arm/nxp/imx6_clk.c       Sat Jan 30 07:53:01 2021 +0000
+++ b/sys/arch/arm/nxp/imx6_clk.c       Sat Jan 30 09:36:46 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_clk.c,v 1.2 2021/01/27 03:10:20 thorpej Exp $     */
+/*     $NetBSD: imx6_clk.c,v 1.3 2021/01/30 09:36:46 skrll Exp $       */
 
 /*-
  * Copyright (c) 2019 Genetec Corporation.  All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_clk.c,v 1.2 2021/01/27 03:10:20 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_clk.c,v 1.3 2021/01/30 09:36:46 skrll Exp $");
 
 #include "opt_fdt.h"
 
@@ -133,11 +133,11 @@
                return;
        }
 
-       imx6ccm_attach_common(self);
-
        aprint_naive("\n");
        aprint_normal(": Clock Control Module\n");
 
+       imx6ccm_attach_common(self);
+
        imx6_clk_fixed_from_fdt("ckil");
        imx6_clk_fixed_from_fdt("ckih");
        imx6_clk_fixed_from_fdt("osc");



Home | Main Index | Thread Index | Old Index