[PATCH] drm/atomic: remove duplicated assignment of old_plane_state

2015-05-18 Thread Daniel Vetter
On Fri, May 15, 2015 at 04:12:27PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > 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 Applied to topic/drm-mis

[PATCH] drm/atomic: remove duplicated assignment of old_plane_state

2015-05-15 Thread Gustavo Padovan
From: Gustavo Padovan 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 --- drivers/gpu/drm/drm_atomic_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/