From: Ilija Hadzic Date: Tue, 29 Oct 2013 15:09:45 +0000 (-0400) Subject: drm: do not set crtc enabled field twice X-Git-Tag: v3.13-rc1~76^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b1f5ddaafa341bebbaac2a5fbaaa89b5b16281;p=pandora-kernel.git drm: do not set crtc enabled field twice There is no need to set crtc->enabled field in drm_crtc_helper_set_config. This is already done (and properly restored in case of failure) in drm_crtc_helper_set_mode that is called by drm_crtc_helper_set_config. Doing it at only one place makes restoration in case of failure easier. Signed-off-by: Ilija Hadzic Signed-off-by: Dave Airlie --- Reading git-diff-tree failed