Re: [PATCH] drm: manager: Remove the unused variable prev

2023-08-09 Thread kernel test robot
m/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230809065229.71300-1-jiapeng.chong%40linux.alibaba.com patch subject: [PATCH] drm: manager: Remove the unused variable prev config: riscv-randconfig-r042-20230809 (https://download.01.org/0day-ci/archive/20230809/20230809213

[PATCH] drm: manager: Remove the unused variable prev

2023-08-08 Thread Jiapeng Chong
Variable prev is not effectively used, so delete it. drivers/gpu/drm/drm_gpuva_mgr.c:1079:32: warning: variable ‘prev’ set but not used. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- drivers/gpu/drm/drm_gpuva_mgr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --gi