aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2022-10-04 16:35:39 +0100
committerGreg Kroah-Hartman <[email protected]>2022-10-20 17:21:33 +0200
commit0fd4d8b7e87e472d54fdb4912703c1c09d12ac70 (patch)
tree3fda6a6c645862b0336ba3db5c79ca05bb0b9f42 /tools/perf/scripts/python/flamegraph.py
parentc21899dcab317de9007e65dbf218400782ee064c (diff)
staging: rtl8723bs: Remove redundant initialization of variable efuseValue
The variable efuseValue is being initialized with a value that is never read. The variable is being re-assigned later on. The initialization is redundant and can be removed. Cleans up warning: drivers/staging/rtl8723bs/core/rtw_efuse.c:285:6: warning: variable 'efuseValue' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions