Source-Changes-HG archive

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

[src/prg-localcount2]: src/sys/arch/alpha/tc Fix typo - causes build failure!



details:   https://anonhg.NetBSD.org/src/rev/ce2477e32341
branches:  prg-localcount2
changeset: 823541:ce2477e32341
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun May 14 05:33:41 2017 +0000

description:
Fix typo - causes build failure!

diffstat:

 sys/arch/alpha/tc/ioasic.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d25a1e8fb7cb -r ce2477e32341 sys/arch/alpha/tc/ioasic.c
--- a/sys/arch/alpha/tc/ioasic.c        Fri May 12 22:12:23 2017 +0000
+++ b/sys/arch/alpha/tc/ioasic.c        Sun May 14 05:33:41 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ioasic.c,v 1.46.20.1 2017/04/27 05:36:31 pgoyette Exp $ */
+/* $NetBSD: ioasic.c,v 1.46.20.2 2017/05/14 05:33:41 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: ioasic.c,v 1.46.20.1 2017/04/27 05:36:31 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ioasic.c,v 1.46.20.2 2017/05/14 05:33:41 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -239,7 +239,7 @@
        imsk = bus_space_read_4(sc->sc_bst, sc->sc_bsh, IOASIC_IMSK);
        imsk |= ioasic_devs[i].iad_intrbits;
        bus_space_write_4(sc->sc_bst, sc->sc_bsh, IOASIC_IMSK, imsk);
-       device_release(sc->sc_dev;
+       device_release(sc->sc_dev);
 }
 
 void



Home | Main Index | Thread Index | Old Index