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