diff options
author | 2020-11-19 09:43:25 -0700 | |
---|---|---|
committer | 2020-11-23 18:41:28 +0100 | |
commit | a94ef811f7c3748736b85db0406da8e4ea391ac6 (patch) | |
tree | a3bf27487959e1c498b3cb85d4d47c1f0926bcf3 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | Linux 5.10-rc5 (diff) | |
download | wireguard-linux-a94ef811f7c3748736b85db0406da8e4ea391ac6.tar.xz wireguard-linux-a94ef811f7c3748736b85db0406da8e4ea391ac6.zip |
PM: domains: replace -ENOTSUPP with -EOPNOTSUPP
While submitting a patch to add next_wakeup, checkpatch reported this -
WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP
+ return -ENOTSUPP;
Address the above warning in other functions in pm_domain.h.
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Lina Iyer <ilina@codeaurora.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions