Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Fix editor mishap in r1.18



details:   https://anonhg.NetBSD.org/src/rev/bdd6ed739f1b
branches:  trunk
changeset: 947100:bdd6ed739f1b
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Dec 11 07:01:27 2020 +0000

description:
Fix editor mishap in r1.18

diffstat:

 sys/dev/acpi/atppc_acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d50c28df8cb8 -r bdd6ed739f1b sys/dev/acpi/atppc_acpi.c
--- a/sys/dev/acpi/atppc_acpi.c Fri Dec 11 05:01:19 2020 +0000
+++ b/sys/dev/acpi/atppc_acpi.c Fri Dec 11 07:01:27 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atppc_acpi.c,v 1.19 2020/12/07 10:02:51 jmcneill Exp $ */
+/* $NetBSD: atppc_acpi.c,v 1.20 2020/12/11 07:01:27 martin Exp $ */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atppc_acpi.c,v 1.19 2020/12/07 10:02:51 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atppc_acpi.c,v 1.20 2020/12/11 07:01:27 martin Exp $");
 
 #include "opt_atppc.h"
 
@@ -142,7 +142,7 @@
 
        sc->sc_ieh = acpi_intr_establish(self,
            (uint64_t)(uintptr_t)aa->aa_node->ad_handle,
-           IPL_TTY, false, atppcintr, self device_xname(self));
+           IPL_TTY, false, atppcintr, self, device_xname(self));
        if (sc->sc_ieh == NULL) {
                aprint_error_dev(self, "unable to establish interrupt\n");
                goto out;



Home | Main Index | Thread Index | Old Index