]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/octeontx/ssovf_mbox.c
event/octeontx: fix error msg in mbox wait response
[dpdk.git] / drivers / event / octeontx / ssovf_mbox.c
index 7394a3a978c229b4c9eac4a517a2d0f4b46e990c..0d4fd392a80ce1f1af04eff2643e8ac32336d535 100644 (file)
@@ -172,7 +172,7 @@ mbox_wait_response(struct mbox *m, struct octeontx_mbox_hdr *hdr,
 
 error:
        ssovf_log_err("Failed to send mbox(%d/%d) coproc=%d msg=%d ret=(%d,%d)",
-                       m->tag_own, rx_hdr.tag, hdr->msg, hdr->coproc, res,
+                       m->tag_own, rx_hdr.tag, hdr->coproc, hdr->msg, res,
                        hdr->res_code);
        return res;
 }