diff options
| author | Arnd Bergmann <[email protected]> | 2020-10-26 22:29:54 +0100 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2020-11-07 13:37:06 +0200 |
| commit | 6ac6546973013b4b368cd3d3515f1e853658b6ce (patch) | |
| tree | d10f641b361b5be788d332ac2a0c075a65ad2c0d /tools/perf/scripts/python | |
| parent | ef41937631bfee855e2b406e1d536efdaa9ce512 (diff) | |
rtw88: remove extraneous 'const' qualifier
clang -Wextra warns about functions returning a 'const' integer:
drivers/net/wireless/realtek/rtw88/rtw8822b.c:90:8: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
static const u8 rtw8822b_get_swing_index(struct rtw_dev *rtwdev)
Remove the extra qualifier here.
Fixes: c97ee3e0bea2 ("rtw88: add power tracking support")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions