commit | 96aa2ac23be08878ff89c8fb371a3eca0dabe063 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Wed Oct 18 15:55:36 2017 -0700 |
committer | Jeff Johnson <jjohnson@codeaurora.org> | Fri Oct 20 22:55:02 2017 -0700 |
tree | 3875a7f6ed8457edcf0d33bd425eaf96800894e3 | |
parent | 6920ef15276b5bc5e0ffcf038196f726beef2932 [diff] |
qcacld-3.0: Fix __wlan_hdd_cfg80211_add_key() key logging In __wlan_hdd_cfg80211_add_key() several calls to hdd_debug() explicitly add the function name and line number. This causes that information to be replicated in the actual log since hdd_debug() itself already logs the function name and line number. Fix this by removing the explicit function name and line numbers from those calls. Change-Id: Ib336ca941c709d528df20e74229aa52349929485 CRs-Fixed: 2129324