[U-Boot] [PATCH v2 05/26] dm: core: Tidy up error handling in device_bind()

2015-01-19 Thread Simon Glass
Make the error handling more standard to make it easier to build on top of it. Also correct a bug in the error path where there is no parent. Signed-off-by: Simon Glass --- Changes in v2: None drivers/core/device.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff

Re: [U-Boot] [PATCH v2 05/26] dm: core: Tidy up error handling in device_bind()

2015-01-22 Thread Masahiro Yamada
On Mon, 19 Jan 2015 20:12:34 -0700 Simon Glass wrote: > Make the error handling more standard to make it easier to build on top of > it. Also correct a bug in the error path where there is no parent. > > Signed-off-by: Simon Glass > --- Reviewed-by: Masahiro Yamada ___