commit | 3126a660f352b3fe48125a8a0b4fdbf85935d8bf | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Apr 30 17:30:50 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri May 08 13:03:23 2015 +0200 |
tree | fed64e6f48b0b27f913c953383ece357711dc79a | |
parent | d4dc5e92c00d41044a86bd98243b322000514d41 [diff] |
drm/i915: checking IS_ERR() instead of NULL We switched from calling i915_gem_alloc_context_obj() to calling i915_gem_alloc_object() so the error handling needs to be updated to check for NULL instead of IS_ERR(). Fixes: 149c86e74fe4 ('drm/i915: Allocate context objects from stolen') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>