All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] net/octeontx: fix 32bit build with driver debug enabled
@ 2017-10-11 11:30 Jerin Jacob
  2017-10-11 11:30 ` [PATCH 2/3] " Jerin Jacob
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jerin Jacob @ 2017-10-11 11:30 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, thomas, Jerin Jacob

squash this to next-next

Fixes: 7c025f92e9f4 ("net/octeontx/base: add base PKO operations")

Reported-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 drivers/net/octeontx/base/octeontx_pkovf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/octeontx/base/octeontx_pkovf.c b/drivers/net/octeontx/base/octeontx_pkovf.c
index f0fb930c5..fdfe05ae1 100644
--- a/drivers/net/octeontx/base/octeontx_pkovf.c
+++ b/drivers/net/octeontx/base/octeontx_pkovf.c
@@ -242,7 +242,8 @@ octeontx_pko_dq_range_assign(struct octeontx_pko_vf_ctl_s *ctl, uint64_t chanid,
 	while (dq_cnt < dq_num) {
 		dq = dq_base + dq_cnt;
 
-		octeontx_log_dbg("DQ# %u assigned to CHAN# %lx", dq, chanid);
+		octeontx_log_dbg("DQ# %u assigned to CHAN# %" PRIx64 "", dq,
+			chanid);
 
 		ctl->dq_map[dq].chanid = ~chanid;
 		dq_cnt++;
-- 
2.14.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-11 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-11 11:30 [PATCH 1/3] net/octeontx: fix 32bit build with driver debug enabled Jerin Jacob
2017-10-11 11:30 ` [PATCH 2/3] " Jerin Jacob
2017-10-11 11:30 ` [PATCH 3/3] " Jerin Jacob
2017-10-11 17:17 ` [PATCH 1/3] " Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.