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:
4a684a4
)
drm/i915: Do not return -1 from shrinker when nr_to_scan == 0
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 28 Oct 2010 21:35:07 +0000
(22:35 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 28 Oct 2010 21:35:07 +0000
(22:35 +0100)
The error code is only expected during the actual pruning and not during
the first measurement (nr_to_scan == 0) pass.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
No differences found