Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Remove a line added accidentally(?) at revision ...
details: https://anonhg.NetBSD.org/src/rev/46293d5992b9
branches: trunk
changeset: 537587:46293d5992b9
user: kent <kent%NetBSD.org@localhost>
date: Wed Oct 02 17:08:10 2002 +0000
description:
Remove a line added accidentally(?) at revision 1.21.
diffstat:
sys/dev/pci/auich.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r cf784f1379cf -r 46293d5992b9 sys/dev/pci/auich.c
--- a/sys/dev/pci/auich.c Wed Oct 02 16:57:29 2002 +0000
+++ b/sys/dev/pci/auich.c Wed Oct 02 17:08:10 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auich.c,v 1.23 2002/10/02 16:51:02 thorpej Exp $ */
+/* $NetBSD: auich.c,v 1.24 2002/10/02 17:08:10 kent Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -114,7 +114,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.23 2002/10/02 16:51:02 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.24 2002/10/02 17:08:10 kent Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -489,7 +489,6 @@
} else {
sc->sc_fixed_rate = FIXED_RATE;
}
-sc->sc_fixed_rate = FIXED_RATE;
if (sc->sc_fixed_rate)
printf("%s: warning, fixed rate codec\n", sc->sc_dev.dv_xname);
Home |
Main Index |
Thread Index |
Old Index