Re: [Intel-gfx] [PATCH] drm/atomic: Don't try to free a NULL state

2015-03-30 Thread Daniel Vetter
On Mon, Mar 30, 2015 at 02:35:33PM +0300, David Weinehall wrote: > On Mon, Mar 30, 2015 at 02:05:43PM +0300, Ander Conselvan de Oliveira wrote: > > Consistently with other free functions, handle the NULL case without > > oopsing. > > > > Cc: dri-de...@lists.freedesktop.org > > Signed-off-by: Ander

Re: [Intel-gfx] [PATCH] drm/atomic: Don't try to free a NULL state

2015-03-30 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6092 -Summary- Platform Delta drm-intel-nightly Series Applied PNV -1 270/270

Re: [Intel-gfx] [PATCH] drm/atomic: Don't try to free a NULL state

2015-03-30 Thread David Weinehall
On Mon, Mar 30, 2015 at 02:05:43PM +0300, Ander Conselvan de Oliveira wrote: > Consistently with other free functions, handle the NULL case without > oopsing. > > Cc: dri-de...@lists.freedesktop.org > Signed-off-by: Ander Conselvan de Oliveira > > --- > drivers/gpu/drm/drm_atomic.c | 3 +++ > 1

[Intel-gfx] [PATCH] drm/atomic: Don't try to free a NULL state

2015-03-30 Thread Ander Conselvan de Oliveira
Consistently with other free functions, handle the NULL case without oopsing. Cc: dri-de...@lists.freedesktop.org Signed-off-by: Ander Conselvan de Oliveira --- drivers/gpu/drm/drm_atomic.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm