[PATCH RFC 2/4] DRM: Armada: destroy framebuffer after helper

2013-12-10 Thread Thierry Reding
On Mon, Dec 09, 2013 at 12:08:34AM +, Russell King wrote: > Destroy the framebuffer only after the helper, since the helper may > still be referencing the framebufer at this point. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/armada/armada_fbdev.c |4 ++-- > 1 files changed, 2

[PATCH RFC 2/4] DRM: Armada: destroy framebuffer after helper

2013-12-09 Thread Russell King
Destroy the framebuffer only after the helper, since the helper may still be referencing the framebufer at this point. Signed-off-by: Russell King --- drivers/gpu/drm/armada/armada_fbdev.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/armada/armada_f