Browse Source

qcacmn: Use %pK to log kernel addresses

Use %pK format string to log kernel module data structure addresses.

Change-Id: Ifd343848d47e022e7cf4bb5832df4bcdc0764273
CRs-Fixed: 2321440
Manjunathappa Prakash 6 years ago
parent
commit
4a010f442d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hif/src/hif_napi.c

+ 1 - 1
hif/src/hif_napi.c

@@ -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);
 		}
 	}