diff options
author | 2006-02-25 17:58:01 +0000 | |
---|---|---|
committer | 2006-02-25 17:58:01 +0000 | |
commit | 10941766b654fd6f17b4411ae98782e9c224b1cf (patch) | |
tree | 9728915f31442ac05c7ce3cd1a3281cd763f1ef2 /sys/dev/i2c | |
parent | Put quotation marks around names of unconfigured devices. (diff) | |
download | wireguard-openbsd-10941766b654fd6f17b4411ae98782e9c224b1cf.tar.xz wireguard-openbsd-10941766b654fd6f17b4411ae98782e9c224b1cf.zip |
#undef I2C_VERBOSE; re-enable after release.
prompted by deraadt@
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r-- | sys/dev/i2c/i2c_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index 0b8af0b91fb..b968850e3df 100644 --- a/sys/dev/i2c/i2c_scan.c +++ b/sys/dev/i2c/i2c_scan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2c_scan.c,v 1.68 2006/02/08 23:15:58 dlg Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.69 2006/02/25 17:58:01 kettenis Exp $ */ /* * Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> @@ -28,7 +28,7 @@ #include <dev/i2c/i2cvar.h> #undef I2C_DEBUG -#define I2C_VERBOSE +#undef I2C_VERBOSE /* XXX Re-enable after release. */ void iic_probe(struct device *, struct i2cbus_attach_args *, u_int8_t); |