summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-27 23:27:41 +0000
committeradrian <adrian@FreeBSD.org>2012-08-27 23:27:41 +0000
commit6b4884a8647be7361039f32ae6fc87a9f19ecd96 (patch)
tree9033dc52a76c76fcf387d5e970791ab2bae48ed9
parent6e9c7f034b944ddd8a4310f38a10c5f7d0c341c0 (diff)
downloadFreeBSD-src-6b4884a8647be7361039f32ae6fc87a9f19ecd96.zip
FreeBSD-src-6b4884a8647be7361039f32ae6fc87a9f19ecd96.tar.gz
Only print the descriptor contents!
Found by: magical CLANG build environments Submitted by: Sevan <venture37@gmail.com>
-rw-r--r--sys/dev/ath/if_ath_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/if_ath_debug.c b/sys/dev/ath/if_ath_debug.c
index 0c8a2d3..76c8fca 100644
--- a/sys/dev/ath/if_ath_debug.c
+++ b/sys/dev/ath/if_ath_debug.c
@@ -178,10 +178,10 @@ ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf,
eds->ds_hw[8], eds->ds_hw[9],
eds->ds_hw[10], eds->ds_hw[11],
eds->ds_hw[12], eds->ds_hw[13]);
- printf(" %08x %08x %08x %08x %08x %08x %08x %08x\n",
+ printf(" %08x %08x %08x %08x %08x %08x %08x\n",
eds->ds_hw[14], eds->ds_hw[15], eds->ds_hw[16],
eds->ds_hw[17], eds->ds_hw[18], eds->ds_hw[19],
- eds->ds_hw[20], eds->ds_hw[21]);
+ eds->ds_hw[20]);
#if 0
printf(" %08x %08x %08x %08x %08x %08x %08x %08x\n",
ds->ds_hw[22],ds->ds_hw[23],ds->ds_hw[24],
OpenPOWER on IntegriCloud