Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a26de47a authored by Manjunathappa Prakash's avatar Manjunathappa Prakash Committed by nshrivas
Browse files

qcacmn: Use %pK to log kernel addresses

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

Change-Id: Ifd343848d47e022e7cf4bb5832df4bcdc0764273
CRs-Fixed: 2321440
parent f39fdc3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,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);
		}
	}