1
0

qcacmn: target_if: Replace instances of unadorned %p

Replace instances of unadorned %p in target_if.

Change-Id: I1c8a1b98be2d12fcf8e1fadf4a889268dfe37058
CRs-Fixed: 2111274
Este cometimento está contido em:
Jeff Johnson
2017-09-18 10:09:05 -07:00
cometido por snandini
ascendente 97d14e4122
cometimento 33e2307f42

Ver ficheiro

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