On 6 July 2015 at 12:54, Simon Glass <[email protected]> wrote: > We normally use -ENODEV for a missing device, rather than -ENOENT. The > latter is reserved for when we have a device but cannot find something > within it. > > Also avoid looking at the root LED device since it is only a container. > > Signed-off-by: Simon Glass <[email protected]> > --- > > drivers/led/led-uclass.c | 5 +++-- > include/led.h | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-)
Applied to u-boot-dm. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

