summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ess.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2021-03-07 06:17:03 +0000
committerjsg <jsg@openbsd.org>2021-03-07 06:17:03 +0000
commit14124d57e95517bcf107238ddc5649da45df0e4d (patch)
tree03cc6ede12e4cd9e6693f852a6f98116512186ce /sys/dev/isa/ess.c
parentuse uint64_t ethernet addresses for compares in carp. (diff)
downloadwireguard-openbsd-14124d57e95517bcf107238ddc5649da45df0e4d.tar.xz
wireguard-openbsd-14124d57e95517bcf107238ddc5649da45df0e4d.zip
ansi
Diffstat (limited to 'sys/dev/isa/ess.c')
-rw-r--r--sys/dev/isa/ess.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/isa/ess.c b/sys/dev/isa/ess.c
index 3dbdf2f00b3..b146a658cc0 100644
--- a/sys/dev/isa/ess.c
+++ b/sys/dev/isa/ess.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ess.c,v 1.24 2016/09/19 06:46:44 ratchov Exp $ */
+/* $OpenBSD: ess.c,v 1.25 2021/03/07 06:17:03 jsg Exp $ */
/* $NetBSD: ess.c,v 1.44.4.1 1999/06/21 01:18:00 thorpej Exp $ */
/*
@@ -2114,10 +2114,7 @@ ess_reset(struct ess_softc *sc)
}
void
-ess_set_gain(sc, port, on)
- struct ess_softc *sc;
- int port;
- int on;
+ess_set_gain(struct ess_softc *sc, int port, int on)
{
int gain, left, right;
int mix;