diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-07-29 13:05:25 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-29 15:00:25 +0300 |
commit | 100a149ff153702f8fc7b005df7e9ea9aba5f79e (patch) | |
tree | 4291af984e2052dfeab3a2b4381f7ab6537baf7b /scripts/bpf_helpers_doc.py | |
parent | 7f921e92e72a52e6390207d3ebeb8f3b5966ebde (diff) | |
download | linux-100a149ff153702f8fc7b005df7e9ea9aba5f79e.tar.xz |
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 <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200729100525.573500-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions