summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorVinson Lee <vlee@freedesktop.org>2020-11-08 15:59:55 -0800
committerDylan Baker <dylan.c.baker@intel.com>2020-11-13 10:05:41 -0800
commitcdb5bcc0598e4c97ecb5e0056578095329fb797f (patch)
treefdce6914ef79a191aad01afdafecef8dee918469 /.pick_status.json
parent0724abde7a333bf62c59c930d7b340da8ca145d5 (diff)
turnip: Fix file descriptor return.
Fix defect reported by Coverity Scan. Logically dead code (DEADCODE) dead_error_line: Execution cannot reach the expression -1 inside this statement: return ret ? -1 : handle.fd; Fixes: cec0bc73e55 ("turnip: rework fences to use syncobjs") Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Jonathan Marek <jonathan@marek.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7498> (cherry picked from commit dad6b625768f2b68e1ea5c31da4e0e1415ef41bb)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 8cb0f675095..f45a9d42634 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -454,7 +454,7 @@
"description": "turnip: Fix file descriptor return.",
"nominated": true,
"nomination_type": 1,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": "cec0bc73e550859635a71d330625bccdf71e87ee"
},