Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/audio Remove obsoleted comment.
details: https://anonhg.NetBSD.org/src/rev/9626794e91ac
branches: trunk
changeset: 1006278:9626794e91ac
user: isaki <isaki%NetBSD.org@localhost>
date: Wed Jan 08 13:05:02 2020 +0000
description:
Remove obsoleted comment.
diffstat:
sys/dev/audio/audio.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r e7c09876d3cf -r 9626794e91ac sys/dev/audio/audio.c
--- a/sys/dev/audio/audio.c Wed Jan 08 12:06:09 2020 +0000
+++ b/sys/dev/audio/audio.c Wed Jan 08 13:05:02 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.37 2020/01/08 08:10:15 isaki Exp $ */
+/* $NetBSD: audio.c,v 1.38 2020/01/08 13:05:02 isaki Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -142,7 +142,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.37 2020/01/08 08:10:15 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.38 2020/01/08 13:05:02 isaki Exp $");
#ifdef _KERNEL_OPT
#include "audio.h"
@@ -1798,11 +1798,6 @@
device_active(sc->sc_dev, DVA_SYSTEM);
error = audio_close(sc, file);
- /*
- * Since file has already been destructed,
- * audio_file_release() is not necessary.
- */
-
return error;
}
Home |
Main Index |
Thread Index |
Old Index