From 749813d67d19088575e70e142343b60ffc1bd482 Mon Sep 17 00:00:00 2001 From: Victor Hsu Date: Fri, 26 Nov 2021 16:20:36 +0800 Subject: wcn6740: Format specifies type does not match the argument type The [-Werror,-Wformat] compiler option is enabled. Fix the compiler errors that format specifies type does not match the argument type. Bug: 207814349 Signed-off-by: Victor Hsu Change-Id: Ifdab57c1c24d9c8b3888daa15700dea596e4a451 --- qrtr/qrtr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qrtr') diff --git a/qrtr/qrtr.c b/qrtr/qrtr.c index 96a1b6d..0efe367 100644 --- a/qrtr/qrtr.c +++ b/qrtr/qrtr.c @@ -1158,7 +1158,7 @@ int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int net_id, struct sched_param param = {.sched_priority = 1}; if (!ep || !ep->xmit){ - pr_err("%s: error qrtr ep=%x ex->xmit=%x\n", + pr_err("%s: error qrtr ep=%p ex->xmit=%p\n", __func__, ep,ep->xmit); return -EINVAL; -- cgit v1.2.3