From: Chuck Ebbert Date: Wed, 8 Oct 2014 16:40:34 +0000 (-0500) Subject: drm/crtc: Remove duplicated ioctl code X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~76^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228f2cb32f0dbeef0b88dc97ea66a3c31b03de99;p=pandora-kernel.git drm/crtc: Remove duplicated ioctl code Make drm_mode_add_fb() call drm_mode_add_fb2() after converting its args to the new internal format, instead of duplicating code. Also picks up a lot more error checking, which the legacy modes should pass after being converted to the new format. Signed-off-by: Chuck Ebbert Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed