summaryrefslogtreecommitdiffstats
path: root/sys/dev/exca/exca.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/exca/exca.c')
-rw-r--r--sys/dev/exca/exca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c
index 7160a81..5245b2b 100644
--- a/sys/dev/exca/exca.c
+++ b/sys/dev/exca/exca.c
@@ -148,7 +148,7 @@ exca_mem_getb(struct exca_softc *sc, int reg)
static void
exca_mem_putb(struct exca_softc *sc, int reg, uint8_t val)
{
- return (bus_space_write_1(sc->bst, sc->bsh, sc->offset + reg, val));
+ bus_space_write_1(sc->bst, sc->bsh, sc->offset + reg, val);
}
static uint8_t
OpenPOWER on IntegriCloud