Module Name:    src
Committed By:   skrll
Date:           Sat Jan 30 09:36:46 UTC 2021

Modified Files:
        src/sys/arch/arm/nxp: imx6_clk.c

Log Message:
Pretty print


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nxp/imx6_clk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/nxp/imx6_clk.c
diff -u src/sys/arch/arm/nxp/imx6_clk.c:1.2 src/sys/arch/arm/nxp/imx6_clk.c:1.3
--- src/sys/arch/arm/nxp/imx6_clk.c:1.2	Wed Jan 27 03:10:20 2021
+++ src/sys/arch/arm/nxp/imx6_clk.c	Sat Jan 30 09:36:46 2021
@@ -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 @@ imx6ccm_attach(device_t parent, device_t
 		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");

Reply via email to