diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-08-11 15:45:41 +0200 |
---|---|---|
committer | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2023-08-11 20:37:23 +0530 |
commit | b0f9f3607959a24685bb5ebeed57cc2f8a66869d (patch) | |
tree | 3f8af5372493cdbc98d922e2033ee32f0120ef74 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7b672d703e76094595500afe67db29a4c9763081 (diff) |
bus: mhi: host: remove unused-but-set parameter
Clang warns about a parameter that is decremented but never evaluated here:
bus/mhi/host/main.c:803:13: error: parameter 'event_quota' set but not used [-Werror,-Wunused-but-set-parameter]
u32 event_quota)
Remove the access to the variable to avoid that warning.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Link: https://lore.kernel.org/r/20230811134547.3231160-1-arnd@kernel.org
[mani: minor spelling fix to commit message]
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions