aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-08-11 15:45:41 +0200
committerManivannan Sadhasivam <[email protected]>2023-08-11 20:37:23 +0530
commitb0f9f3607959a24685bb5ebeed57cc2f8a66869d (patch)
tree3f8af5372493cdbc98d922e2033ee32f0120ef74 /tools/perf/scripts/python
parent7b672d703e76094595500afe67db29a4c9763081 (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 <[email protected]> Reviewed-by: Jeffrey Hugo <[email protected]> Link: https://lore.kernel.org/r/[email protected] [mani: minor spelling fix to commit message] Signed-off-by: Manivannan Sadhasivam <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions