Source-Changes-HG archive

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

[src/pgoyette-localcount]: src/sys/dev Fix typo in local copy



details:   https://anonhg.NetBSD.org/src/rev/fc7ea6e55021
branches:  pgoyette-localcount
changeset: 852864:fc7ea6e55021
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jul 26 03:52:14 2016 +0000

description:
Fix typo in local copy

diffstat:

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

diffs (27 lines):

diff -r b432414e822d -r fc7ea6e55021 sys/dev/audio.c
--- a/sys/dev/audio.c   Tue Jul 26 03:24:13 2016 +0000
+++ b/sys/dev/audio.c   Tue Jul 26 03:52:14 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio.c,v 1.268.2.3 2016/07/26 03:24:20 pgoyette Exp $ */
+/*     $NetBSD: audio.c,v 1.268.2.4 2016/07/26 03:52:14 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -155,7 +155,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.268.2.3 2016/07/26 03:24:20 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.268.2.4 2016/07/26 03:52:14 pgoyette Exp $");
 
 #include "audio.h"
 #if NAUDIO > 0
@@ -1186,7 +1186,7 @@
        struct audio_softc *sc;
 
        /* First, find the device and take sc_lock. */
-       self = device_lookup_acquire(&audio_cd, ADUIOUNIT(dev));
+       self = device_lookup_acquire(&audio_cd, AUDIOUNIT(dev));
        if (self == NULL)
                return ENXIO;
        sc = device_private(self);



Home | Main Index | Thread Index | Old Index