summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/adm1021.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/i2c/adm1021.c')
-rw-r--r--sys/dev/i2c/adm1021.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/adm1021.c b/sys/dev/i2c/adm1021.c
index 9e08292431f..bfb420fcfa4 100644
--- a/sys/dev/i2c/adm1021.c
+++ b/sys/dev/i2c/adm1021.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adm1021.c,v 1.1 2005/12/22 23:44:12 deraadt Exp $ */
+/* $OpenBSD: adm1021.c,v 1.2 2005/12/23 01:15:06 deraadt Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -71,7 +71,7 @@ admtemp_match(struct device *parent, void *match, void *aux)
*/
return (1);
}
- return (1);
+ return (0);
}
void