qcacmn: fix print format compilation errors

Fix print format compilation errors and remove
no-format compilation flag

Change-Id: I69cd0c2eedaa4f2b4189275bf639f48a2fa6b80b
这个提交包含在:
Chaithanya Garrepalli
2020-12-29 14:07:53 +05:30
提交者 snandini
父节点 4fb0c8fccb
当前提交 3ab152450d
修改 6 个文件,包含 12 行新增14 行删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -3714,7 +3714,7 @@ QDF_STATUS dp_peer_ext_stats_ctx_alloc(struct dp_soc *soc,
uint8_t tid, ctx_id;
if (!soc || !peer) {
dp_warn("Null soc%x or peer%x", soc, peer);
dp_warn("Null soc%pK or peer%pK", soc, peer);
return QDF_STATUS_E_INVAL;
}