Sfoglia il codice sorgente

qcacmn: target_if: Replace instances of unadorned %p

Replace instances of unadorned %p in target_if.

Change-Id: I1c8a1b98be2d12fcf8e1fadf4a889268dfe37058
CRs-Fixed: 2111274
Jeff Johnson 7 anni fa
parent
commit
33e2307f42
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/target_if_tdls.c

+ 1 - 1
src/target_if_tdls.c

@@ -49,7 +49,7 @@ target_if_tdls_event_handler(ol_scn_t scn, uint8_t *data, uint32_t datalen)
 	QDF_STATUS status;
 
 	if (!scn || !data) {
-		target_if_err("scn: 0x%p, data: 0x%p", scn, data);
+		target_if_err("scn: 0x%pK, data: 0x%pK", scn, data);
 		return -EINVAL;
 	}
 	psoc = target_if_get_psoc_from_scn_hdl(scn);