]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc/tegra: bpmp: Use ENODEV instead of ENOTSUPP
authorThierry Reding <treding@nvidia.com>
Thu, 26 Mar 2026 11:28:31 +0000 (12:28 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 27 Mar 2026 15:30:54 +0000 (16:30 +0100)
commite68d494b8946e9060e60427f365107194f90ba0d
tree3a49ba82589eee9aea930454c6bf2e2a68304b6d
parent77344118720e31dcbac47d13c35da3b1de663529
soc/tegra: bpmp: Use ENODEV instead of ENOTSUPP

ENOTSUPP is not a SUSV4 error code and checkpatch will warn about it.
It is also not very descriptive in the context of BPMP, so use the
ENODEV error code instead. For the stub implementations this is a more
accurate description of what the failure is.

Signed-off-by: Thierry Reding <treding@nvidia.com>
include/soc/tegra/bpmp.h