From: Daniel Vetter Date: Fri, 14 Jun 2013 22:13:12 +0000 (+0200) Subject: drm/crtc-helper: no need to check for fb->depth/bpp X-Git-Tag: v3.11-rc1~65^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbdfebc972adb7c09b56e6aae06d81b5c1edd2cb;p=pandora-kernel.git drm/crtc-helper: no need to check for fb->depth/bpp ... since we already check for fb->pixel_format, which encodes all this. The other two fields are only for backwards compat of older drivers (and we might want to look into eventually just killing them). Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed