summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/sb16.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/isa/sb16.c')
-rw-r--r--sys/dev/sound/isa/sb16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c
index f8d09fe..fa16701 100644
--- a/sys/dev/sound/isa/sb16.c
+++ b/sys/dev/sound/isa/sb16.c
@@ -136,7 +136,7 @@ port_rd(struct resource *port, int off)
static void
port_wr(struct resource *port, int off, u_int8_t data)
{
- return bus_space_write_1(rman_get_bustag(port), rman_get_bushandle(port), off, data);
+ bus_space_write_1(rman_get_bustag(port), rman_get_bushandle(port), off, data);
}
static int
OpenPOWER on IntegriCloud