Source-Changes-HG archive

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

[src/isaki-audio2]: src/sys/arch/sgimips/hpc Correct debug message in previou...



details:   https://anonhg.NetBSD.org/src/rev/3420a3be8188
branches:  isaki-audio2
changeset: 456008:3420a3be8188
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Apr 28 02:07:42 2019 +0000

description:
Correct debug message in previous commit.

diffstat:

 sys/arch/sgimips/hpc/haltwo.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r af0ecd4a8fae -r 3420a3be8188 sys/arch/sgimips/hpc/haltwo.c
--- a/sys/arch/sgimips/hpc/haltwo.c     Sat Apr 27 13:52:55 2019 +0000
+++ b/sys/arch/sgimips/hpc/haltwo.c     Sun Apr 28 02:07:42 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: haltwo.c,v 1.24.2.1 2019/04/21 12:54:25 isaki Exp $ */
+/* $NetBSD: haltwo.c,v 1.24.2.2 2019/04/28 02:07:42 isaki Exp $ */
 
 /*
  * Copyright (c) 2003 Ilpo Ruotsalainen
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: haltwo.c,v 1.24.2.1 2019/04/21 12:54:25 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: haltwo.c,v 1.24.2.2 2019/04/28 02:07:42 isaki Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -428,7 +428,7 @@
            (1 << HAL2_C1_CLKID_SHIFT) |
            (play->channels << HAL2_C1_DATAT_SHIFT), 0);
 
-       DPRINTF(("haltwo_set_params: hw_encoding = %d hw_channels = %d\n",
+       DPRINTF(("%s: hw_encoding = %d hw_channels = %d\n", __func__,
            play->encoding, play->channels));
 
        return 0;



Home | Main Index | Thread Index | Old Index