diff options
author | 2022-05-20 12:43:15 -0700 | |
---|---|---|
committer | 2022-05-22 17:23:05 -0700 | |
commit | ee3db469dd317e82f57b13aa3bc61be5cb60c2b4 (patch) | |
tree | 521905ec2c92e7fe5e7362527a8119ea0b608999 /tools/perf/scripts/python | |
parent | wifi: ath9k: silence array-bounds warning on GCC 12 (diff) | |
download | linux-dev-ee3db469dd317e82f57b13aa3bc61be5cb60c2b4.tar.xz linux-dev-ee3db469dd317e82f57b13aa3bc61be5cb60c2b4.zip |
wifi: rtlwifi: remove always-true condition pointed out by GCC 12
The .value is a two-dim array, not a pointer.
struct iqk_matrix_regs {
bool iqk_done;
long value[1][IQK_MATRIX_REG_NUM];
};
Acked-by: Kalle Valo <kvalo@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions