From: Daniel Vetter Date: Fri, 12 Sep 2014 13:18:13 +0000 (+0200) Subject: drm/i915: Drop get/put_pages for scratch page X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~79^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c04d016124f2290762d9535690b817855dd80fc1;p=pandora-kernel.git drm/i915: Drop get/put_pages for scratch page While discussing/reviewing __GFP_MOVEABLE behaviour and interactions with our various page allocations on irc Chris brought up that the scratch page isn't allocated as moveable, but we still grab/put a reference to lock it in place. Which is unecessary. So drop that. Acked-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed