diff options
| author | Seevalamuthu Mariappan <[email protected]> | 2021-11-11 11:22:47 +0530 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2021-11-15 11:18:25 +0200 |
| commit | 624e0a3170309eeb5b729f7a43c1ba3234325f02 (patch) | |
| tree | d8a20ca8249d7abcc5f468ec1743811e2d7ab458 /tools/perf/scripts/python | |
| parent | 31aeaf547d7e3b64ba5d5442dabc530bdb9e216e (diff) | |
ath11k: Fix 'unused-but-set-parameter' error
Below compilation error is reported when built with W=1,
drivers/net/wireless/ath/ath11k/mac.c:5408:22: error: parameter 'changed_flags' set but not used [-Werror,-Wunused-but-set-parameter]
changed_flags is set, but left unused. So, remove unnecessary set.
Compile tested only.
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Seevalamuthu Mariappan <[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