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:
343d4a7
)
drm: Unify and fix idr error handling
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Thu, 15 Mar 2012 17:58:31 +0000
(19:58 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 24 Apr 2012 08:50:20 +0000
(09:50 +0100)
The error handling code w.r.t. idr usage looks inconsistent.
In the case of drm_mode_object_get() and drm_ctxbitmap_next() the error
handling is also incomplete.
Unify the code to follow the same pattern always.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found