diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-28 23:56:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-28 23:56:52 +0000 |
commit | fafd44ac826dc985f0e4a51070b2fc689b68c58b (patch) | |
tree | 52949cfa4ad1308208df21497a2b2e0ce2ed494a /sys/arch | |
parent | 72f6d84836320b343e0cbce5ef51031a1a2975b7 (diff) |
correct attach() output
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/dev/pi2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/pi2c.c b/sys/arch/macppc/dev/pi2c.c index a8a5f94912e..7c5c0bf85a4 100644 --- a/sys/arch/macppc/dev/pi2c.c +++ b/sys/arch/macppc/dev/pi2c.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pi2c.c,v 1.3 2005/11/19 21:45:44 brad Exp $ */ +/* $OpenBSD: pi2c.c,v 1.4 2005/11/28 23:56:51 deraadt Exp $ */ /* * Copyright (c) 2005 Mark Kettenis @@ -65,7 +65,7 @@ pi2c_attach(struct device *parent, struct device *self, void *aux) struct confargs *ca = aux; struct maci2cbus_attach_args iba; - printf("i2c controller\n"); + printf("\n"); lockinit(&sc->sc_buslock, PZERO, sc->sc_dev.dv_xname, 0, 0); |