git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8fa3d
)
drm/i915: checking for NULL instead of IS_ERR()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 19 Jul 2013 05:45:46 +0000
(08:45 +0300)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 19 Jul 2013 06:58:33 +0000
(08:58 +0200)
i915_gem_vma_create() returns and ERR_PTR() or a valid pointer, it never
returns NULL.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
No differences found