Re: [PATCH v3 8/9] simple-pm-bus: Use -ENOSYS for checking missing system call

2021-04-05 Thread Simon Glass
We don't need to check -ENOTSUPP since this is not used for this purpose in U-Boot. Update the code accordingly. Signed-off-by: Simon Glass Reviewed-by: Sean Anderson --- (no changes since v1) drivers/core/simple-pm-bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied to

[PATCH v3 8/9] simple-pm-bus: Use -ENOSYS for checking missing system call

2021-03-24 Thread Simon Glass
We don't need to check -ENOTSUPP since this is not used for this purpose in U-Boot. Update the code accordingly. Signed-off-by: Simon Glass Reviewed-by: Sean Anderson --- (no changes since v1) drivers/core/simple-pm-bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git