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

This commit is contained in:
ryoon 2017-11-09 23:51:54 +00:00
parent 509483453b
commit 70e5c409c3
1 changed files with 3 additions and 3 deletions

View File

@ -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. * Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -74,7 +74,7 @@
*/ */
#include <sys/cdefs.h> #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/param.h>
#include <sys/systm.h> #include <sys/systm.h>
@ -336,7 +336,7 @@ valz_acpi_notify_handler(ACPI_HANDLE handle, uint32_t notify, void *context)
break; break;
default: default:
aprint_error_dev(sc->sc_dev, aprint_debug_dev(sc->sc_dev,
"unknown notify 0x%02X\n", notify); "unknown notify 0x%02X\n", notify);
break; break;
} }