qcacmn: Replace instances of unadorned pointer reference in DFS

Replace all instances of %p with %pK in DFS component, so that
kernel pointers are hidden from unprivileged users.

Change-Id: Ia10971516bf962287af9ff8dce873888500a01a1
CRs-fixed: 2133321
This commit is contained in:
Arif Hussain
2017-11-03 14:22:49 -07:00
committed by snandini
parent d6eb35e9f2
commit 1f88428baf

View File

@@ -360,7 +360,7 @@ QDF_STATUS tgt_dfs_process_emulate_bang_radar_cmd(struct wlan_objmgr_pdev *pdev,
dfs_unit_test);
else
dfs_err(NULL, WLAN_DEBUG_DFS_ALWAYS,
"dfs_tx_ops=%p", dfs_tx_ops);
"dfs_tx_ops=%pK", dfs_tx_ops);
return QDF_STATUS_E_FAILURE;
}