diff options
author | 2023-06-09 17:24:38 +0300 | |
---|---|---|
committer | 2023-06-13 12:10:46 +0300 | |
commit | cf036c416e9a0a8216900f9f43c41a1815847a00 (patch) | |
tree | a72c093f377fff0a5c2f5ddf132da33571a112af /tools/perf/scripts/python/export-to-postgresql.py | |
parent | wifi: ath11k: hal: cleanup debug message (diff) | |
download | wireguard-linux-cf036c416e9a0a8216900f9f43c41a1815847a00.tar.xz wireguard-linux-cf036c416e9a0a8216900f9f43c41a1815847a00.zip |
wifi: ath11k: don't use %pK
According to Documentation/core-api/printk-formats.rst %pK should not be used
with printk(), so switch back to using just %p. printk() will hash the address
so addresses are not leaked to user space.
Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230609142440.24643-14-kvalo@kernel.org
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions