[PATCH v5 1/9] smem: Don't use -EPROBE_DEFER
Simon Glass
sjg at chromium.org
Thu Feb 4 02:54:07 CET 2021
This has no useful meaning in U-Boot. Use -ENOMEM since that appears to
be what has gone wrong in this case. We want to reserve this flag for
internal driver model use.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
drivers/smem/msm_smem.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list