Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/imx No functional change.



details:   https://anonhg.NetBSD.org/src/rev/5afd35a96d2b
branches:  trunk
changeset: 457912:5afd35a96d2b
user:      hkenken <hkenken%NetBSD.org@localhost>
date:      Wed Jul 24 12:35:26 2019 +0000

description:
No functional change.

diffstat:

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

diffs (27 lines):

diff -r bf7918b7009b -r 5afd35a96d2b sys/arch/arm/imx/imxclock.c
--- a/sys/arch/arm/imx/imxclock.c       Wed Jul 24 12:33:18 2019 +0000
+++ b/sys/arch/arm/imx/imxclock.c       Wed Jul 24 12:35:26 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imxclock.c,v 1.7 2014/07/25 07:49:56 hkenken Exp $ */
+/*     $NetBSD: imxclock.c,v 1.8 2019/07/24 12:35:26 hkenken Exp $ */
 /*
  * Copyright (c) 2009, 2010  Genetec corp.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec corp.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imxclock.c,v 1.7 2014/07/25 07:49:56 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imxclock.c,v 1.8 2019/07/24 12:35:26 hkenken Exp $");
 
 #include "opt_imx.h"
 
@@ -111,7 +111,7 @@
        bus_space_write_4(imxclock->sc_iot, imxclock->sc_ioh,
            EPIT_EPITCR, reg);
 
-       epit1_sc->sc_ih = intr_establish(imxclock->sc_intr, IPL_CLOCK,
+       imxclock->sc_ih = intr_establish(imxclock->sc_intr, IPL_CLOCK,
            IST_LEVEL, imxclock_intr, NULL);
 }
 



Home | Main Index | Thread Index | Old Index