qcacmn: hal: Replace instances of unadorned %p
Replace instances of unadorned %p in hal. Change-Id: I76cfeb154511d1852cc70c7969982e25d603089a CRs-Fixed: 2111274
This commit is contained in:
@@ -257,7 +257,7 @@ void hal_rx_reo_ent_buf_paddr_get(void *rx_desc,
|
||||
buf_info->sw_cookie = HAL_RX_BUF_COOKIE_GET(buf_addr_info);
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
|
||||
"[%s][%d] ReoAddr=%p, addrInfo=%p, paddr=0x%llx, loopcnt=%d\n",
|
||||
"[%s][%d] ReoAddr=%pK, addrInfo=%pK, paddr=0x%llx, loopcnt=%d\n",
|
||||
__func__, __LINE__, reo_ent_ring, buf_addr_info,
|
||||
(unsigned long long)buf_info->paddr, loop_cnt);
|
||||
|
||||
@@ -309,7 +309,7 @@ static inline void hal_rx_mon_msdu_link_desc_set(struct hal_soc *soc,
|
||||
(HAL_RX_BUFFER_ADDR_39_32_GET(buf_addr_info)) << 32));
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_DEBUG,
|
||||
"[%s][%d] src_srng_desc=%p, buf_addr=0x%llx, cookie=0x%llx\n",
|
||||
"[%s][%d] src_srng_desc=%pK, buf_addr=0x%llx, cookie=0x%llx\n",
|
||||
__func__, __LINE__, src_srng_desc, (unsigned long long)paddr,
|
||||
(unsigned long long)p_buffer_addr_info->sw_buffer_cookie);
|
||||
|
||||
|
@@ -678,7 +678,7 @@ static void hal_validate_shadow_register(struct hal_soc *hal,
|
||||
}
|
||||
return;
|
||||
error:
|
||||
qdf_print("%s: baddr %p, desination %p, shadow_address %p s0offset %p index %x",
|
||||
qdf_print("%s: baddr %pK, desination %pK, shadow_address %pK s0offset %pK index %x",
|
||||
__func__, hal->dev_base_addr, destination, shadow_address,
|
||||
shadow_0_offset, index);
|
||||
QDF_BUG(0);
|
||||
|
Reference in New Issue
Block a user