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:
bdf655d
)
drm/prime: clarify logic a bit in drm_gem_prime_fd_to_handle
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 14 Aug 2013 22:02:43 +0000
(
00:02
+0200)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 21 Aug 2013 02:53:46 +0000
(12:53 +1000)
if (!ret) implies that ret == 0, so no need to clear it again. And
explicitly check for ret == 0 to indicate that we're checking an errno
integer.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found