aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-10-06 22:56:58 +0100
committerGreg Kroah-Hartman <[email protected]>2018-10-11 12:12:55 +0200
commite862faa968400206aae3bf8de0d4beb766498657 (patch)
treeb978fe54cda46fbf5367f14990f76faaa50593e6 /scripts/bpf_helpers_doc.py
parenta23bbec205b9b9b5f75af1811fe89d0598104b88 (diff)
misc: mic: scif: remove redundant check on ret < 0
The check for ret < 0 is redundant as any places prior to this point where ret is set to an error value the code will exit out of the loop to the error exit label 'err'. Remove this redundant dead code. Detected by CoverityScan, CID#1339528 ("Logically dead code") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions