Re: [PATCH] thermal/core: Split __thermal_cooling_device_register() into two functions
From: Daniel Lezcano
Date: Fri May 08 2026 - 08:42:52 EST
On 5/8/26 14:08, Rafael J. Wysocki wrote:
On Fri, May 8, 2026 at 1:25 PM Daniel Lezcano
<daniel.lezcano@xxxxxxxxxxxxxxxx> wrote:
[ ... ]
In thermal_zone_device_register_with_trips()
{
...
tz->device.release = tz_dev_release
...
}
Right, so why don't we clean that up to start with?
On the way ... :)