From 7e99acdcab6b3ea0c0b87445b179c7140ff9a81d Mon Sep 17 00:00:00 2001 From: Ilija Hadzic Date: Tue, 29 Oct 2013 11:09:44 -0400 Subject: [PATCH] drm: fix error recovery path in drm_crtc_helper_set_mode There is no need to save or restore hwmode field, because by the time this function sets this field, it cannot fail any more. However, we should save old enabled field because if the function fails, we want to return with unchanged CRTC. Signed-off-by: Ilija Hadzic Signed-off-by: Dave Airlie --- Reading git-format-patch failed