diff options
author | Colin Ian King <[email protected]> | 2020-07-29 11:05:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-07-29 14:00:25 +0200 |
commit | 100a149ff153702f8fc7b005df7e9ea9aba5f79e (patch) | |
tree | 4291af984e2052dfeab3a2b4381f7ab6537baf7b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7f921e92e72a52e6390207d3ebeb8f3b5966ebde (diff) |
staging: rtl8723bs: remove redundant assignment to variable ret
The variable ret is being assigned an error return value that is never
read, the control passes to a return statement and ret is never referenced.
Remove the redundant assignment. Also remove an empty line.
Addresses-Coverity: ("Unused value")
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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions