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:
1c5d22f
)
drm/i915: Clean up evict from list.
author
Chris Wilson
<chris@chris-wilson.co.uk>
Sun, 20 Sep 2009 18:25:47 +0000
(19:25 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 23 Sep 2009 00:05:26 +0000
(
01:05
+0100)
First the routine attempted to unlock a mutex it did not own along the
error path.
Secondly the routine should never be called on any list but the inactive
one, since we attempt to unbind those objects, so fix the calling semantics.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
No differences found