aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-12-11 18:00:54 +0000
committerVinod Koul <[email protected]>2021-12-14 14:45:07 +0530
commitb156117aed1b9d192efcb27f5b37f78cd21fa545 (patch)
tree33ffd1cfd5de3826858d6a98875f4446f1f0c4db /tools/perf/scripts/python/bin
parent9d031a51b399b368b180886632402273bf53d6a2 (diff)
phy: rockchip-inno-usb2: remove redundant assignment to variable delay
Variable delay is being assigned to zero and the code falls through to the next case in a switch statement that returns out of the function. The variable is never read in this scenario and so the assignment is redundant and can be removed. Cleans up scan-build static analysis warning: drivers/phy/rockchip/phy-rockchip-inno-usb2.c:753:3: warning: Value stored to 'delay' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions