commit | 24f6d765c8926ef32b88db8abab4188f23094d46 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Thu Sep 05 12:25:37 2019 +0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Sep 11 09:33:29 2019 +0200 |
tree | ac9c8f856b91b78b0bb816b218cfbf6431e49850 | |
parent | 4b08d1b6a994dbb593557bd2095ba4f0c3c47819 [diff] |
cfg80211: Do not compare with boolean in nl80211_common_reg_change_event With the help of boolinit.cocci, we use !nl80211_reg_change_event_fill instead of (nl80211_reg_change_event_fill == false). Meanwhile, Clean up the code. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Link: https://lore.kernel.org/r/1567657537-65472-1-git-send-email-zhongjiang@huawei.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>