diff options
| author | soren <soren@NetBSD.org> | 2013-07-22 13:43:49 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2013-07-22 13:43:49 +0000 |
| commit | dbd4c9e7c8d4daf5b05f77869bf733a5737afdbd (patch) | |
| tree | 878c1eac901c508aeceacb7e87f06ce53f3bd80d /sys/dev | |
| parent | 769cf7082eb76fbe7af4f05668648ed9d2a07682 (diff) | |
Missing AB_QUIET newlines.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/ukbd.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index 0f727ad063d..b3945e0ef6d 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ukbd.c,v 1.126 2013/04/04 13:23:50 skrll Exp $ */ +/* $NetBSD: ukbd.c,v 1.127 2013/07/22 13:43:49 soren Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.126 2013/04/04 13:23:50 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.127 2013/07/22 13:43:49 soren Exp $"); #ifdef _KERNEL_OPT #include "opt_ukbd.h" @@ -407,6 +407,8 @@ ukbd_attach(device_t parent, device_t self, void *aux) sc->sc_hdev.sc_report_id = uha->reportid; sc->sc_flags = 0; + aprint_naive("\n"); + if (!pmf_device_register(self, NULL, NULL)) { aprint_normal("\n"); aprint_error_dev(self, "couldn't establish power handler\n"); |
