diff options
| author | 2019-07-05 11:37:32 +0100 | |
|---|---|---|
| committer | 2019-07-24 14:45:24 +0300 | |
| commit | c032461936de82a3f4108cacc7c3d1b204c42eef (patch) | |
| tree | 0a99a98a66327ef6fa423ea28b2554a55f1a96f1 /tools/perf/scripts/python | |
| parent | libertas: remove redundant assignment to variable ret (diff) | |
wl3501_cs: remove redundant variable rc
The variable rc is being initialized with a value that is never
read and it is being updated later with a new value that is returned.
The variable is redundant and can be replaced with a return 0 as
there are no other return points in this function.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
