Re: [PATCH] drm/etnaviv: clean up etnaviv_gem_new_handle

2019-04-15 Thread Christian Gmeiner
Am Mo., 15. Apr. 2019 um 15:12 Uhr schrieb Lucas Stach : > > Setting the GFP flags does not need a new code block if moved to > the right location, which makes this function a bit easier to read. > > Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner > --- > drivers/gpu/drm/etnaviv/etna

Re: [PATCH] drm/etnaviv: clean up etnaviv_gem_new_handle

2019-04-15 Thread Philipp Zabel
On Mon, 2019-04-15 at 15:12 +0200, Lucas Stach wrote: > Setting the GFP flags does not need a new code block if moved to > the right location, which makes this function a bit easier to read. > > Signed-off-by: Lucas Stach Reviewed-by: Philipp Zabel regards Philipp _

[PATCH] drm/etnaviv: clean up etnaviv_gem_new_handle

2019-04-15 Thread Lucas Stach
Setting the GFP flags does not need a new code block if moved to the right location, which makes this function a bit easier to read. Signed-off-by: Lucas Stach --- drivers/gpu/drm/etnaviv/etnaviv_gem.c | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/