Date: Fri, 29 Apr 2022 23:12:52 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 62acf8a36a1b - stable/13 - cxgbe tom: Compile fix for disabled KTR trace. Message-ID: <202204292312.23TNCqKK045224@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=62acf8a36a1bb6f8bc915737bb766789a987f2e3 commit 62acf8a36a1bb6f8bc915737bb766789a987f2e3 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-03-08 22:07:51 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-04-29 23:10:58 +0000 cxgbe tom: Compile fix for disabled KTR trace. Sponsored by: Chelsio Communications (cherry picked from commit bca6e339ac15fd04792be93422ac5638a2531ff6) --- sys/dev/cxgbe/tom/t4_ddp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cxgbe/tom/t4_ddp.c b/sys/dev/cxgbe/tom/t4_ddp.c index 7c1e3011df7f..18c464b5c034 100644 --- a/sys/dev/cxgbe/tom/t4_ddp.c +++ b/sys/dev/cxgbe/tom/t4_ddp.c @@ -1156,7 +1156,7 @@ t4_write_page_pods_for_ps(struct adapter *sc, struct sge_wrq *wrq, int tid, #if 0 CTR5(KTR_CXGBE, "%s: tid %d ppod[%d]->addr[%d] = %p", - __func__, toep->tid, i, k, + __func__, tid, i, k, be64toh(ppod->addr[k])); #endif }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204292312.23TNCqKK045224>