artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba4ec7
)
oops, forgot variable
author
deraadt
<deraadt@openbsd.org>
Sun, 18 Aug 2024 20:28:41 +0000
(20:28 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 18 Aug 2024 20:28:41 +0000
(20:28 +0000)
sys/dev/pci/maestro.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/maestro.c
b/sys/dev/pci/maestro.c
index
b5945bb
..
f0a8a2a
100644
(file)
--- a/
sys/dev/pci/maestro.c
+++ b/
sys/dev/pci/maestro.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: maestro.c,v 1.5
3 2024/08/18 14:42:56
deraadt Exp $ */
+/* $OpenBSD: maestro.c,v 1.5
4 2024/08/18 20:28:41
deraadt Exp $ */
/* $FreeBSD: /c/ncvs/src/sys/dev/sound/pci/maestro.c,v 1.3 2000/11/21 12:22:11 julian Exp $ */
/*
* FreeBSD's ESS Agogo/Maestro driver
@@
-1349,6
+1349,7
@@
int
maestro_activate(struct device *self, int act)
{
struct maestro_softc *sc = (struct maestro_softc *)self;
+ int rv;
switch (act) {
case DVACT_SUSPEND: