Home
last modified time | relevance | path

Searched hist:dbf9cc537b3d32030ab11ba2fa64fbc88e54f966 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-uclass.cdbf9cc537b3d32030ab11ba2fa64fbc88e54f966 Wed Mar 24 21:26:11 UTC 2021 Simon Glass <sjg@chromium.org> UPSTREAM: pinctrl: Return -ENOSYS when system call is not available

Update the code to use -ENOSYS, which is the correct error code for an
unimplemented system call in U-Boot.

Also we should not check for a missing operations array as this is not
permitted. For now this can be covered by an assert().

Change-Id: Ia554867bd25ece4ceb3214325768ac59dab1f66f
Signed-off-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit bddac45d0422acbba5bf01406d27eedb429a1f42)
Signed-off-by: Cody Xie <cody.xie@rock-chips.com>