From: Jesse Barnes Date: Fri, 13 Jan 2012 23:48:39 +0000 (-0800) Subject: drm/i915: sprite init failure on pre-SNB is not a failure X-Git-Tag: v3.3-rc2~20^2~3^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c2064b7766c4e24af42e21da1903aedc8ca4c0;p=pandora-kernel.git drm/i915: sprite init failure on pre-SNB is not a failure We can call the plane init function unconditionally, but don't need to complain if it fails, since that will only happen if we're out of memory (and other things will fail) or if we're on the wrong platform (which is ok). And remove the DRM_ERRORs from the sprite code itself to avoid dmesg spam. Signed-off-by: Jesse Barnes Reviewed-by: Keith Packard Signed-off-by: Keith Packard --- Reading git-diff-tree failed