From: Gustavo Padovan Date: Fri, 15 May 2015 19:12:27 +0000 (-0300) Subject: drm/atomic: remove duplicated assignment of old_plane_state X-Git-Tag: omap-for-v4.3/legacy-v2-signed~46^2~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=744b058827b3db9a4f6027522dd9c73a208c2d31;p=pandora-kernel.git drm/atomic: remove duplicated assignment of old_plane_state old_plane_state is already assigned to old_state->plane_states[i] inside for_each_plane_in_state(). Here we remove an the extra assignment. Signed-off-by: Gustavo Padovan Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed