mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
qcacld-2.0: hdd: Replace instances of unadorned %p
Replace instances of unadorned %p in CORE/HDD. Change-Id: I32b89aaf6a8b1ca3177e0c1cb5cec5fbc5f5294a CRs-Fixed: 2111273
This commit is contained in:
parent
52b90c2dd2
commit
5ce25b0d78
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ VOS_STATUS hdd_mon_rx_packet_cbk(v_VOID_t *vos_ctx, adf_nbuf_t rx_buf,
|
|||
adapter = adapter_node->pAdapter;
|
||||
if ((NULL == adapter) || (WLAN_HDD_ADAPTER_MAGIC != adapter->magic)) {
|
||||
VOS_TRACE(VOS_MODULE_ID_HDD_DATA, VOS_TRACE_LEVEL_ERROR,
|
||||
"invalid adapter %p for sta Id %d", adapter, sta_id);
|
||||
"invalid adapter %pK for sta Id %d", adapter, sta_id);
|
||||
return VOS_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue