diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-04-30 17:30:50 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-05-08 14:03:23 +0300 |
commit | 3126a660f352b3fe48125a8a0b4fdbf85935d8bf (patch) | |
tree | fed64e6f48b0b27f913c953383ece357711dc79a /drivers/gpu/drm/i915/intel_pm.c | |
parent | d4dc5e92c00d41044a86bd98243b322000514d41 (diff) | |
download | linux-3126a660f352b3fe48125a8a0b4fdbf85935d8bf.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_pm.c')
0 files changed, 0 insertions, 0 deletions