From: Chris Wilson Date: Thu, 28 Oct 2010 21:35:07 +0000 (+0100) Subject: drm/i915: Do not return -1 from shrinker when nr_to_scan == 0 X-Git-Tag: v2.6.38-rc1~419^2~23^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe2e11a4b683ead070ad5823cdf756e1525b903;p=pandora-kernel.git drm/i915: Do not return -1 from shrinker when nr_to_scan == 0 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 --- Reading git-diff-tree failed