1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 21:24:36 +01:00
Files
u-boot-megous/drivers/pinctrl
Simon Glass bddac45d04 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().

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-04-06 16:33:19 +12:00
..