diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-31 16:51:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-31 16:51:41 +0000 |
| commit | 26028fee6fa5cfd6aa4398dac17899eab1f137eb (patch) | |
| tree | 159c9ee046743f1bd0c7e6a1c7fad95da453cd54 /sys/dev/exca | |
| parent | 7e28a78f0e9669ed85ca82bbddf72e90f87aa9f8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/exca')
| -rw-r--r-- | sys/dev/exca/exca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 7160a814827c..5245b2b224ef 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 |
