drm: Branch 'master'
[email protected] (Eric Engestr??m)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
intel/intel_bufmgr_gem.c | 1 - 1 file changed, 1 deletion(-) New commits: commit 3f1df25e0b6ebff8841647dff867b62d66dc40d7 Author: Eric Engestrom <[email protected]> Date: Sun Apr 9 22:48:46 2017 +0100 intel: remove dead code Signed-off-by: Eric Engestrom <[email protected]> diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index e260f2dc..45a26da1 100644 --- a/intel/intel_bufmgr_gem.c +++ b/intel/intel_bufmgr_gem.c @@ -659,7 +659,6 @@ drm_intel_gem_bo_busy(drm_intel_bo *bo) } else { return false; } - return (ret == 0 && busy.busy); } static int ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot --