summaryrefslogtreecommitdiff
path: root/qrtr
diff options
context:
space:
mode:
authorVictor Hsu <hsuvictor@google.com>2021-11-26 16:20:36 +0800
committerVictor Hsu <hsuvictor@google.com>2021-12-13 13:40:00 +0800
commit749813d67d19088575e70e142343b60ffc1bd482 (patch)
tree246b38a1b7f5124e5f09326d9f450030c7c05e63 /qrtr
parent84364e386a0abebdf85e149073ec8e040b05800a (diff)
downloadcnss2-749813d67d19088575e70e142343b60ffc1bd482.tar.gz
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 <hsuvictor@google.com> Change-Id: Ifdab57c1c24d9c8b3888daa15700dea596e4a451
Diffstat (limited to 'qrtr')
-rw-r--r--qrtr/qrtr.c2
1 files changed, 1 insertions, 1 deletions
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;