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:
5cdf588
)
drm/i915: Remove redundant deletion of obj->gpu_write_list
author
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 29 Sep 2010 20:19:54 +0000
(21:19 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 30 Sep 2010 08:30:51 +0000
(09:30 +0100)
At that point as the object is no longer in any GPU write domain it must
not be on the list, so the list_del() is redundant.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
No differences found