Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/dev/audio audiosearch(): Remove a stray CFARG_L...



details:   https://anonhg.NetBSD.org/src/rev/a025aac0e0a8
branches:  thorpej-cfargs
changeset: 960506:a025aac0e0a8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Apr 06 00:16:48 2021 +0000

description:
audiosearch(): Remove a stray CFARG_LOCATORS tag.

diffstat:

 sys/dev/audio/audio.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b6b829d8720a -r a025aac0e0a8 sys/dev/audio/audio.c
--- a/sys/dev/audio/audio.c     Mon Apr 05 01:27:59 2021 +0000
+++ b/sys/dev/audio/audio.c     Tue Apr 06 00:16:48 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio.c,v 1.91.2.7 2021/04/05 00:48:53 thorpej Exp $   */
+/*     $NetBSD: audio.c,v 1.91.2.8 2021/04/06 00:16:48 thorpej Exp $   */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -138,7 +138,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.91.2.7 2021/04/05 00:48:53 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.91.2.8 2021/04/06 00:16:48 thorpej Exp $");
 
 #ifdef _KERNEL_OPT
 #include "audio.h"
@@ -1405,7 +1405,6 @@
 
        if (config_probe(parent, cf, aux))
                config_attach(parent, cf, aux, NULL,
-                   CFARG_LOCATORS,
                    CFARG_EOL);
 
        return 0;



Home | Main Index | Thread Index | Old Index