Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Do not emit a meaningless message when lid open...



details:   https://anonhg.NetBSD.org/src/rev/45281304ea46
branches:  trunk
changeset: 827723:45281304ea46
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Thu Nov 09 23:51:54 2017 +0000

description:
Do not emit a meaningless message when lid open/close from valz(4)

diffstat:

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

diffs (27 lines):

diff -r 426be6558437 -r 45281304ea46 sys/dev/acpi/valz_acpi.c
--- a/sys/dev/acpi/valz_acpi.c  Thu Nov 09 23:20:12 2017 +0000
+++ b/sys/dev/acpi/valz_acpi.c  Thu Nov 09 23:51:54 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: valz_acpi.c,v 1.7 2015/10/05 15:57:50 christos Exp $   */
+/*     $NetBSD: valz_acpi.c,v 1.8 2017/11/09 23:51:54 ryoon Exp $      */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: valz_acpi.c,v 1.7 2015/10/05 15:57:50 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: valz_acpi.c,v 1.8 2017/11/09 23:51:54 ryoon Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -336,7 +336,7 @@
                break;
 
        default:
-               aprint_error_dev(sc->sc_dev,
+               aprint_debug_dev(sc->sc_dev,
                    "unknown notify 0x%02X\n", notify);
                break;
        }



Home | Main Index | Thread Index | Old Index