diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-22 02:30:56 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-22 02:30:56 +0000 |
commit | b33d024d1d5aa5a6daf4fac8f2007dc419dc403a (patch) | |
tree | 5fafb8666b9291bd473ad3a9c166d2bfb6044bdb /sys/dev | |
parent | 51b4267d6d87edca0985d2a98214bdf610fb6896 (diff) |
Remove the "loaded firmware" message from dmesg. Only print something
if there was an error.
ok dlg@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_txp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index a22e66ef148..a67c346179d 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.85 2008/04/03 21:43:21 brad Exp $ */ +/* $OpenBSD: if_txp.c,v 1.86 2008/05/22 02:30:55 brad Exp $ */ /* * Copyright (c) 2001 @@ -445,7 +445,6 @@ txp_download_fw(sc) WRITE_REG(sc, TXP_IMR, imr); free(buf, M_DEVBUF); - printf("loaded firmware, "); return (0); fail: free(buf, M_DEVBUF); |