diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-18 17:50:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-18 17:50:40 +0000 |
commit | f32f7b89a76e245f983240a073018b0936dc2988 (patch) | |
tree | eecaf0f840eb6735065c16f1507c00088799c335 /sys/dev/pci/mbg.c | |
parent | 0587eaab7f596fc8a2625399116b8af5c15d161f (diff) |
delete extra goo
Diffstat (limited to 'sys/dev/pci/mbg.c')
-rw-r--r-- | sys/dev/pci/mbg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/mbg.c b/sys/dev/pci/mbg.c index 671e6229307..3da4a7adbc6 100644 --- a/sys/dev/pci/mbg.c +++ b/sys/dev/pci/mbg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mbg.c,v 1.2 2006/12/18 07:58:22 mbalmer Exp $ */ +/* $OpenBSD: mbg.c,v 1.3 2006/12/18 17:50:39 deraadt Exp $ */ /* * Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> @@ -135,7 +135,7 @@ mbg_attach(struct device *parent, struct device *self, void *aux) if (mbg_read(mbg, MBG_GET_FW_ID_1, fw_id, MBG_FIFO_LEN, NULL) || mbg_read(mbg, MBG_GET_FW_ID_2, &fw_id[MBG_FIFO_LEN], MBG_FIFO_LEN, NULL)) - printf(": firmware unknown, ", mbg->mbg_dev.dv_xname); + printf(": firmware unknown, "); else { fw_id[MBG_ID_LEN - 1] = '\0'; printf(": firmware %s, ", fw_id); |