diff options
author | 2015-10-01 18:24:28 +0000 | |
---|---|---|
committer | 2015-10-01 18:24:28 +0000 | |
commit | b28ae901e4c6ccde7a3ef5fbb28b45920cba4d60 (patch) | |
tree | 99912167a088b2e6afd4cd0b2612a4403806ec68 | |
parent | Remove yet more blinding whitespace. (diff) | |
download | wireguard-openbsd-b28ae901e4c6ccde7a3ef5fbb28b45920cba4d60.tar.xz wireguard-openbsd-b28ae901e4c6ccde7a3ef5fbb28b45920cba4d60.zip |
remove superfluous sensor_attach() added for debug reasons
-rw-r--r-- | sys/dev/isa/asmc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/asmc.c b/sys/dev/isa/asmc.c index b459d28e198..9f61657e0a4 100644 --- a/sys/dev/isa/asmc.c +++ b/sys/dev/isa/asmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asmc.c,v 1.2 2015/10/01 15:57:08 jsg Exp $ */ +/* $OpenBSD: asmc.c,v 1.3 2015/10/01 18:24:28 jung Exp $ */ /* * Copyright (c) 2015 Joerg Jung <jung@openbsd.org> * @@ -451,7 +451,6 @@ asmc_fans(struct asmc_softc *sc, uint8_t *n) sc->sc_sensor_fan[i].flags &= ~SENSOR_FINVALID; sensor_attach(&sc->sc_sensor_dev, &sc->sc_sensor_fan[i]); } - sensor_attach(&sc->sc_sensor_dev, &sc->sc_sensor_fan[3]); return 0; } |