qcacmn: hal: Replace instances of unadorned %p

Replace instances of unadorned %p in hal.

Change-Id: I76cfeb154511d1852cc70c7969982e25d603089a
CRs-Fixed: 2111274
This commit is contained in:
Jeff Johnson
2017-09-18 10:13:10 -07:00
committed by snandini
parent b945021c30
commit 05503ee8f1
2 changed files with 3 additions and 3 deletions

View File

@@ -678,7 +678,7 @@ static void hal_validate_shadow_register(struct hal_soc *hal,
}
return;
error:
qdf_print("%s: baddr %p, desination %p, shadow_address %p s0offset %p index %x",
qdf_print("%s: baddr %pK, desination %pK, shadow_address %pK s0offset %pK index %x",
__func__, hal->dev_base_addr, destination, shadow_address,
shadow_0_offset, index);
QDF_BUG(0);