Revision 8018e02a87031a5e8afcbd9d35133edd520076bb authored by Linus Torvalds on 22 September 2023, 20:25:13 UTC, committed by Linus Torvalds on 22 September 2023, 20:25:13 UTC
Pull thermal control fix from Rafael Wysocki:
 "Unbreak the trip point update sysfs interface that has been broken
  since the 6.3 cycle (Rafael Wysocki)"

* tag 'thermal-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  thermal: sysfs: Fix trip_point_hyst_store()
2 parent s b184c04 + ea31056
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
tracefs-objs	:= inode.o
tracefs-objs	+= event_inode.o

obj-$(CONFIG_TRACING)	+= tracefs.o

back to top