summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-02-01 11:09:17 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-02-01 11:09:17 +0000
commitf8f691c2b1a614a9881cbbcf5b4532960ba2d2f8 (patch)
treefbc407002d3a41aa5d290d4347721a7d8004e60b /sys/dev/ic
parent8c7b9df4ff95318d1c52de7eb9b6c83c94e431d5 (diff)
dont clutter up dmesg with useless or redundant information
prodded by deraadt@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/pcf8584.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/pcf8584.c b/sys/dev/ic/pcf8584.c
index 8734d616023..e709479a3af 100644
--- a/sys/dev/ic/pcf8584.c
+++ b/sys/dev/ic/pcf8584.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcf8584.c,v 1.1 2006/02/01 11:03:34 dlg Exp $ */
+/* $OpenBSD: pcf8584.c,v 1.2 2006/02/01 11:09:16 dlg Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -116,8 +116,7 @@ pcfiic_attach(struct pcfiic_softc *sc, i2c_addr_t addr,
pcfiic_write(sc, PCF_S1, PCF_CTRL_PIN | PCF_CTRL_ESO | PCF_CTRL_ENI |
PCF_CTRL_ACK);
- printf(": PCF8584 I2C address 0x%02x%s\n", addr,
- sc->sc_poll ? ", polled" : "");
+ printf("\n");
lockinit(&sc->sc_lock, PRIBIO | PCATCH, "iiclk", 0, 0);
sc->sc_i2c.ic_cookie = sc;