event/octeontx: fix error msg in mbox wait response
Fixes: 6da9d2457
("event/octeontx: add mailbox support")
Signed-off-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
This commit is contained in:
parent
0d9b31bfb1
commit
261de0a6ad
@ -172,7 +172,7 @@ mbox_wait_response(struct mbox *m, struct octeontx_mbox_hdr *hdr,
|
|||||||
|
|
||||||
error:
|
error:
|
||||||
ssovf_log_err("Failed to send mbox(%d/%d) coproc=%d msg=%d ret=(%d,%d)",
|
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);
|
hdr->res_code);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user