summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-28 20:35:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-28 20:35:25 +0000
commit75131d753815072d0d0f4c98e26d3d4b8796060f (patch)
tree31a8a018209ce1106dade0f81f1484aa6eb0ea26 /sys
parent3cceb141f6f4db8dd977f96524eaa44a2fa24c31 (diff)
spacing
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/i2c/adm1031.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/i2c/adm1031.c b/sys/dev/i2c/adm1031.c
index ba3b46dfc60..d5f3975ad93 100644
--- a/sys/dev/i2c/adm1031.c
+++ b/sys/dev/i2c/adm1031.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adm1031.c,v 1.2 2005/12/27 17:18:18 deraadt Exp $ */
+/* $OpenBSD: adm1031.c,v 1.3 2005/12/28 20:35:24 deraadt Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -89,7 +89,6 @@ admtt_attach(struct device *parent, struct device *self, void *aux)
printf(", unable to read fan setting\n");
return;
}
-
sc->sc_fanmul = 11250/8 * (1 << ADM1024_FANC_VAL(data)) * 60;
/* Initialize sensor data. */