OSDN Git Service

Merge tag 'thermal-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Jan 2023 19:14:41 +0000 (11:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Jan 2023 19:14:41 +0000 (11:14 -0800)
commitdc18175938e65e979b866f23dc5b93e81d649cc4
tree1078715acd90204048e45faf6685f7037db274d6
parentfe563a2c554c8cd07078eb1dacd3ea6148bd4681
parent6c54b7bc8a31ce0f7cc7f8deef05067df414f1d8
Merge tag 'thermal-6.2-rc5' of git://git./linux/kernel/git/rafael/linux-pm

Pull thermal control fix from Rafael Wysocki:
 "Modify __thermal_cooling_device_register() to make it call
  put_device() after invoking device_register() and fix up a few error
  paths calling thermal_cooling_device_destroy_sysfs() unnecessarily
  (Viresh Kumar)"

* tag 'thermal-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  thermal: core: call put_device() only after device_register() fails