summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <andrzej.p@collabora.com>2020-07-03 12:43:52 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-07-07 01:26:06 +0200
commit7a7d66f26b0ff47e7edbc9df884ad711ed918992 (patch)
treebafdade0ed6b37baae0b50195a639ca06229543b /tools/perf/scripts/python/syscall-counts.py
parentf5e50bf4d3ef0aba4d5414c9ed51fa4a02e2ed12 (diff)
downloadkernel-7a7d66f26b0ff47e7edbc9df884ad711ed918992.tar.gz
acpi: thermal: Don't call thermal_zone_device_is_enabled()
thermal_zone_device_update() can now handle disabled thermal zones, so the check here is not needed. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20200703104354.19657-2-andrzej.p@collabora.com
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
a9c64bca6'>Staging: bcm: Replace UINT with unsigned int in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Replace B_UINT8 with u8 in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Replace B_UINT16 with u16 in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Replace UINT32 with u32 in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Replace LONG with long in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Replace ULONG with unsigned long in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Replace ULONG64 with u64 in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Replace UCHAR with unsigned char in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Properly format braces in HostMIBSInterface.hKevin McKinney 2012-11-26Staging: bcm: Properly format and remove comments as needed in HostMIBSInterf...Kevin McKinney 2012-11-26Staging: bcm: Fix all white space issues in HostMIBSInterface.hKevin McKinney