From dbd4c9e7c8d4daf5b05f77869bf733a5737afdbd Mon Sep 17 00:00:00 2001 From: soren Date: Mon, 22 Jul 2013 13:43:49 +0000 Subject: Missing AB_QUIET newlines. --- sys/dev/usb/ukbd.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 -__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"); -- cgit