qcacmn: fix print format compilation errors
Fix print format compilation errors and remove no-format compilation flag Change-Id: I69cd0c2eedaa4f2b4189275bf639f48a2fa6b80b
这个提交包含在:
@@ -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;
|
||||
}
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户