Re: [PATCH 5/5] drm/fb-helper: Remove damage worker

2022-11-15 Thread Thomas Zimmermann
Hi Am 11.11.22 um 10:42 schrieb Daniel Vetter: On Thu, Nov 10, 2022 at 02:55:19PM +0100, Thomas Zimmermann wrote: The fbdev damage worker is unused, so remove it. Signed-off-by: Thomas Zimmermann I'd squash this into the previous patch, which gets rid of the schedule_work(), if you limit th

Re: [PATCH 5/5] drm/fb-helper: Remove damage worker

2022-11-11 Thread Daniel Vetter
On Thu, Nov 10, 2022 at 02:55:19PM +0100, Thomas Zimmermann wrote: > The fbdev damage worker is unused, so remove it. > > Signed-off-by: Thomas Zimmermann I'd squash this into the previous patch, which gets rid of the schedule_work(), if you limit the previous patch to really just that change. B