diff options
author | Sven Schnelle <[email protected]> | 2023-07-14 10:42:56 +0200 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2023-07-24 12:12:24 +0200 |
commit | 5216d853cb154a4866c9984fd41f71583e8bdd39 (patch) | |
tree | c2d66434751d0746b1474e601517fa8a8ed26764 /tools/perf/scripts/python/intel-pt-events.py | |
parent | e7e828ebeb5d80d42c9ac514db5fb3d33367cf10 (diff) |
s390/hypfs: stop using ENOSYS error code
ENOSYS should only be returned to userspace when a syscall
is not implemented. The only known user, 'hyptop' is not explicitely
checking for -ENOSYS, therefore use EOPNOTSUPP instead. It is very
unlikely that there are other users, so this change should have no
impact on userspace.
Signed-off-by: Sven Schnelle <[email protected]>
Acked-by: Heiko Carstens <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions