summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_txp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_txp.c')
-rw-r--r--sys/dev/pci/if_txp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c
index 807ebe21655..2ffeaf5c976 100644
--- a/sys/dev/pci/if_txp.c
+++ b/sys/dev/pci/if_txp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_txp.c,v 1.74 2004/12/14 01:50:42 deraadt Exp $ */
+/* $OpenBSD: if_txp.c,v 1.75 2004/12/17 14:10:40 grange Exp $ */
/*
* Copyright (c) 2001
@@ -408,7 +408,7 @@ txp_download_fw(sc)
err = loadfirmware("3c990", &buf, &buflen);
if (err) {
- printf(": failed loadfirmware of file 3c990: errno %d\n",
+ printf("failed loadfirmware of file 3c990: errno %d\n",
err);
return (err);
}