Re: [PATCH linux-next] drm/i915/display: Remove the useless variable offset and its assignment

2021-12-08 Thread Jani Nikula
On Wed, 08 Dec 2021, cgel@gmail.com wrote: > From: luo penghao > > The existence of offset is meaningless, so it should be deleted. > > The clang_analyzer complains as follows: > > Value stored to 'offset' is never read > > Reported-by: Zeal Robot > Signed-off-by: luo penghao I've said the

[PATCH linux-next] drm/i915/display: Remove the useless variable offset and its assignment

2021-12-07 Thread cgel . zte
From: luo penghao The existence of offset is meaningless, so it should be deleted. The clang_analyzer complains as follows: Value stored to 'offset' is never read Reported-by: Zeal Robot Signed-off-by: luo penghao --- drivers/gpu/drm/i915/display/i9xx_plane.c | 8 1 file changed,