qcacmn: Use %pK to log kernel addresses
Use %pK format string to log kernel module data structure addresses. Change-Id: Ifd343848d47e022e7cf4bb5832df4bcdc0764273 CRs-Fixed: 2321440
This commit is contained in:

committed by
nshrivas

parent
20a0efabb1
commit
4a010f442d
@@ -279,7 +279,7 @@ void hif_napi_rx_offld_flush_cb_register(struct hif_opaque_softc *hif_hdl,
|
||||
if (ce_state && (ce_state->htt_rx_data)) {
|
||||
napii = napid->napis[i];
|
||||
napii->offld_flush_cb = offld_flush_handler;
|
||||
HIF_DBG("Registering offload for ce_id %d NAPI callback for %d flush_cb %p\n",
|
||||
HIF_DBG("Registering offload for ce_id %d NAPI callback for %d flush_cb %pK\n",
|
||||
i, napii->id, napii->offld_flush_cb);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user