[PATCH v1 0/2] thermal: core: Revert two cosmetic update that go against driver core changes
From: Rafael J. Wysocki
Date: Mon Aug 24 2026 - 13:55:19 EST
Hi All,
Two recent thermal core commits restored the usage of class_create()
into the thermal core as a cleanup matter, but that goes against the
driver core plans to get rid of that function.
Revert these two commits and let class_create() be eliminated.
Thanks!