From 9f72e83a098d2981df4409b8a6e2f0397302fc78 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 18 Aug 2024 20:28:41 +0000 Subject: [PATCH] oops, forgot variable --- sys/dev/pci/maestro.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/maestro.c b/sys/dev/pci/maestro.c index b5945bb7133..f0a8a2a09fb 100644 --- a/sys/dev/pci/maestro.c +++ b/sys/dev/pci/maestro.c @@ -1,4 +1,4 @@ -/* $OpenBSD: maestro.c,v 1.53 2024/08/18 14:42:56 deraadt Exp $ */ +/* $OpenBSD: maestro.c,v 1.54 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: -- 2.20.1