Re: [PATCH] drm/rockchip: Remove unused variable
From: Maxime Ripard <hidden>
Date: 2021-03-24 08:32:47
Also in:
dri-devel, linux-arm-kernel, lkml
From: Maxime Ripard <hidden>
Date: 2021-03-24 08:32:47
Also in:
dri-devel, linux-arm-kernel, lkml
On Sat, Mar 20, 2021 at 02:20:56AM +0200, Laurent Pinchart wrote:
Hi Maxime, Thank you for the patch. On Fri, Mar 19, 2021 at 04:29:20PM +0100, Maxime Ripard wrote:quoted
Commit 977697e20b3d ("drm/atomic: Pass the full state to planes atomic disable and update") added the old_state variable instead of what used to be a parameter, but it also removed the sole user of that variable in the vop_plane_atomic_update function leading to an usused variable. Remove it. Fixes: 977697e20b3d ("drm/atomic: Pass the full state to planes atomic disable and update") Reported-by: Stephen Rothwell <redacted> Signed-off-by: Maxime Ripard <redacted>Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Applie,d thanks for your review Maxime