Re: [PATCH 00/12] drm/tegra: Convert to platform remove callback returning void

2023-04-04 Thread Thierry Reding
From: Thierry Reding On Wed, 22 Mar 2023 18:02:11 +0100, Uwe Kleine-König wrote: > this series adapts the platform drivers below drivers/gpu/drm/tegra to > use the .remove_new() callback. Compared to the traditional .remove() > callback .remove_new() returns no value. This is a good thing

[PATCH 00/12] drm/tegra: Convert to platform remove callback returning void

2023-03-22 Thread Uwe Kleine-König
Hello, this series adapts the platform drivers below drivers/gpu/drm/tegra to use the .remove_new() callback. Compared to the traditional .remove() callback .remove_new() returns no value. This is a good thing because the driver core doesn't (and cannot) cope for errors during remove. The only