diff options
author | 2019-10-31 23:34:18 +0200 | |
---|---|---|
committer | 2019-12-09 12:19:15 +0900 | |
commit | e876e710ede23f670494331e062d643928e4142a (patch) | |
tree | f39fc6b702d6e54cf2ebe9e62fa0d1199488c3c6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.5-rc1 (diff) | |
download | wireguard-linux-e876e710ede23f670494331e062d643928e4142a.tar.xz wireguard-linux-e876e710ede23f670494331e062d643928e4142a.zip |
PM / devfreq: Fix devfreq_notifier_call returning errno
Notifier callbacks shouldn't return negative errno but one of the
NOTIFY_OK/DONE/BAD values.
The OPP core will ignore return values from notifiers but returning a
value that matches NOTIFY_STOP_MASK will stop the notification chain.
Fix by always returning NOTIFY_OK.
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions