aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2017-12-05 08:36:14 +0000
committerGuenter Roeck <[email protected]>2017-12-26 19:53:24 +0000
commit47c332deb8e89f6c59b0bb2615945c6e7fad1a60 (patch)
tree86b585de3fcba6bde939ade2c22631d3e4ba5555 /tools/perf/scripts/python
parentLinux 4.15-rc5 (diff)
downloadkernel-47c332deb8e89f6c59b0bb2615945c6e7fad1a60.tar.gz
kernel-47c332deb8e89f6c59b0bb2615945c6e7fad1a60.zip
hwmon: Deal with errors from the thermal subsystem
If the thermal subsystem returne -EPROBE_DEFER or any other error when hwmon calls devm_thermal_zone_of_sensor_register(), this is silently ignored. I ran into this with an incorrectly defined thermal zone, making it non-existing and thus this call failed with -EPROBE_DEFER assuming it would appear later. The sensor was still added which is incorrect: sensors must strictly be added after the thermal zones, so deferred probe must be respected. Fixes: d560168b5d0f ("hwmon: (core) New hwmon registration API") Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions