[PATCH v1 0/2] thermal: core: Revert two cosmetic update that go against driver core changes
"Rafael J. Wysocki" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,dev.linux.lists.driver-core,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Linux Kernel Development - Intel |
| Message-ID | <[email protected]> |
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!