summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2019-12-11 22:22:52 +0300
committerKalle Valo <kvalo@codeaurora.org>2019-12-18 20:51:14 +0300
commit509421acab6926a0a3edc3120d8b2a62ef2ee7a9 (patch)
tree297d0926794aabb800ada59c130557c11f007e7f /tools/perf/scripts/python/intel-pt-events.py
parent345a4f223a7c9c6f10fb5ed7ec468ef858e9ec8a (diff)
downloadlinux-509421acab6926a0a3edc3120d8b2a62ef2ee7a9.tar.xz
ath11k: Remove unnecessary enum scan_priority
Clang warns: drivers/net/wireless/ath/ath11k/wmi.c:1827:23: warning: implicit conversion from enumeration type 'enum wmi_scan_priority' to different enumeration type 'enum scan_priority' [-Wenum-conversion] arg->scan_priority = WMI_SCAN_PRIORITY_LOW; ~ ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. wmi_scan_priority and scan_priority have the same values but the wmi one has WMI prefixed to the names. Since that enum is already being used, get rid of scan_priority and switch its one use to wmi_scan_priority to fix this warning. Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices") Link: https://github.com/ClangBuiltLinux/linux/issues/808 Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions