git: bca6e339ac15 - main - cxgbe tom: Compile fix for disabled KTR trace.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Tue, 08 Mar 2022 22:31:12 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=bca6e339ac15fd04792be93422ac5638a2531ff6

commit bca6e339ac15fd04792be93422ac5638a2531ff6
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-03-08 22:07:51 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-03-08 22:30:51 +0000

    cxgbe tom: Compile fix for disabled KTR trace.
    
    Sponsored by:   Chelsio Communications
---
 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
 			}