aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-02-29 11:55:48 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-03-05 13:25:16 +0000
commit2e021179286e44f376b940397a5d89394f05420b (patch)
tree5dc481050e7d1e7a636ed6baf6b07700550449a5 /tools/perf/scripts/python
parent0a5d0a0eeabe2ebf614715674b6e14dcd495b436 (diff)
usb: musb: remove unused variable 'count'
The variable count is being initialized and incremented but it is never actually referenced in any other way. The variable is redundant and can be removed. Cleans up clang scan build warning: drivers/usb/musb/musb_gadget.c:1747:12: warning: variable 'count' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240229115548.218713-1-colin.i.king@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions