Re: [U-Boot] [PATCH v3 13/29] dm: Move uclass error checking/probing into a function

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass wrote: > Several functions will use this same pattern, so bring it into a function. > > Signed-off-by: Simon Glass Applied to dm/master. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listin

[U-Boot] [PATCH v3 13/29] dm: Move uclass error checking/probing into a function

2014-07-23 Thread Simon Glass
Several functions will use this same pattern, so bring it into a function. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/uclass.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/drivers/core/uclass.c b/driv