Re: [PATCH linux-next] drm/i915/request: Remove unused variables

2021-11-22 Thread Jani Nikula
On Sun, 21 Nov 2021, Christophe JAILLET wrote: > Le 21/11/2021 à 11:13, cgel@gmail.com a écrit : >> From: yong yiran >> >> The clang_analyzer complains as follows: >> drivers/gpu/drm/i915/i915_request.c:2119:2 warning: >> Value stored to 'x' is never read >> >> Reported-by: Zeal Robot >>

Re: [PATCH linux-next] drm/i915/request: Remove unused variables

2021-11-21 Thread kernel test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-2028] url: https://github.com/0day-ci/linux/commits/cgel-zte-gmail-com/drm-i915-request-Remove-unused-variables/20211121-181441 base:5191249f880367a4cd675825cd721a8d78f26a45 config:

Re: [PATCH linux-next] drm/i915/request: Remove unused variables

2021-11-21 Thread kernel test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-2028] url: https://github.com/0day-ci/linux/commits/cgel-zte-gmail-com/drm-i915-request-Remove-unused-variables/20211121-181441 base:5191249f880367a4cd675825cd721a8d78f26a45 config:

Re: [PATCH linux-next] drm/i915/request: Remove unused variables

2021-11-21 Thread Christophe JAILLET
Le 21/11/2021 à 11:13, cgel@gmail.com a écrit : From: yong yiran The clang_analyzer complains as follows: drivers/gpu/drm/i915/i915_request.c:2119:2 warning: Value stored to 'x' is never read Reported-by: Zeal Robot Signed-off-by: yong yiran --- drivers/gpu/drm/i915/i915_request.c | 3

[PATCH linux-next] drm/i915/request: Remove unused variables

2021-11-21 Thread cgel . zte
From: yong yiran The clang_analyzer complains as follows: drivers/gpu/drm/i915/i915_request.c:2119:2 warning: Value stored to 'x' is never read Reported-by: Zeal Robot Signed-off-by: yong yiran --- drivers/gpu/drm/i915/i915_request.c | 3 --- 1 file changed, 3 deletions(-) diff --git