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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user