-----Original Message----- > Date: Mon, 29 May 2017 12:59:40 +0530 > From: Santosh Shukla <[email protected]> > To: [email protected] > Cc: [email protected], Santosh Shukla <[email protected]> > Subject: [PATCH] event/octeontx: Fix err msg in mbox_wait_response > X-Mailer: git-send-email 2.11.0 > > (Fixes: 6da9d2457 event/octeontx: add mailbox support) > > Signed-off-by: Santosh Shukla <[email protected]>
Acked-by: Jerin Jacob <[email protected]> > --- > drivers/event/octeontx/ssovf_mbox.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/event/octeontx/ssovf_mbox.c > b/drivers/event/octeontx/ssovf_mbox.c > index 7394a3a97..0d4fd392a 100644 > --- a/drivers/event/octeontx/ssovf_mbox.c > +++ b/drivers/event/octeontx/ssovf_mbox.c > @@ -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; > } > -- > 2.11.0 >

