[PATCH 0/6] Use -ENOSYS consistently
Simon Glass
sjg at chromium.org
Sun Mar 21 04:18:18 CET 2021
A few places use -ENOTSUPP when they should use -ENOSYS. In two cases both
are used. This little series tidies this up.
Simon Glass (6):
usb: Return -ENOSYS when system call is not available
spi: Return -ENOSYS when system call is not available
tlv_eeprom: Return -ENOSYS when system call is not available
clk: Return -ENOSYS when system call is not available
simple-pm-bus: Use -ENOSYS for checking missing system call
pinctrl: Return -ENOSYS when system call is not available
drivers/clk/clk-composite.c | 8 ++++----
drivers/core/simple-pm-bus.c | 4 ++--
drivers/pinctrl/pinctrl-uclass.c | 10 ++++++----
drivers/usb/gadget/udc/udc-uclass.c | 2 +-
include/spi-mem.h | 2 +-
include/tlv_eeprom.h | 6 +++---
6 files changed, 17 insertions(+), 15 deletions(-)
--
2.31.0.rc2.261.g7f71774620-goog
More information about the U-Boot
mailing list