Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/c988d747bc06
branches: netbsd-1-5
changeset: 490663:c988d747bc06
user: he <he%NetBSD.org@localhost>
date: Mon Feb 26 15:48:48 2001 +0000
description:
Apply patch (requested by he):
Typo correction.
diffstat:
sys/dev/pci/cs4280.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 208bf3a2ab8f -r c988d747bc06 sys/dev/pci/cs4280.c
--- a/sys/dev/pci/cs4280.c Mon Feb 26 15:40:23 2001 +0000
+++ b/sys/dev/pci/cs4280.c Mon Feb 26 15:48:48 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cs4280.c,v 1.4.4.3 2001/02/26 15:40:23 he Exp $ */
+/* $NetBSD: cs4280.c,v 1.4.4.4 2001/02/26 15:48:48 he Exp $ */
/*
* Copyright (c) 1999, 2000 Tatoku Ogaito. All rights reserved.
@@ -1802,7 +1802,7 @@
cs4280_init(sc, 0);
cs4280_reset_codec(sc);
- (*sc->codev_if->vtbl->restore_ports)(sc->codec_if);
+ (*sc->codec_if->vtbl->restore_ports)(sc->codec_if);
}
}
Home |
Main Index |
Thread Index |
Old Index