Re: [PATCH] drm/vmwgfx: remove redundant ret variable

2022-01-12 Thread kernel test robot
Hi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm/drm-next] [also build test WARNING on next-20220112] [cannot apply to v5.16] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as

[PATCH] drm/vmwgfx: remove redundant ret variable

2022-01-12 Thread cgel . zte
From: Minghao Chi Return value from vmw_gem_object_create_with_handle() directly instead of taking this in another redundant variable. Reported-by: Zeal Robot Signed-off-by: Minghao Chi Signed-off-by: CGEL ZTE --- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 6 +- 1 file changed, 1 insertion(+),