[PATCH] drm/armada: Remove some dead code

2016-11-01 Thread Russell King - ARM Linux
On Sun, Oct 30, 2016 at 04:38:42PM +0100, Christophe JAILLET wrote: > 'dma_buf_map_attachment()' can not return NULL, so there is no need to > check for it. > > Also add a space in order to improve layout. Thanks, applied. -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTT

[PATCH] drm/armada: Remove some dead code

2016-10-30 Thread Christophe JAILLET
'dma_buf_map_attachment()' can not return NULL, so there is no need to check for it. Also add a space in order to improve layout. Signed-off-by: Christophe JAILLET --- drivers/gpu/drm/armada/armada_gem.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/ar