Re: [U-Boot] [PATCH] dm: core: drop device removal error path correctly

2015-04-25 Thread Simon Glass
On 24 April 2015 at 07:04, Simon Glass wrote: > On 24 April 2015 at 02:28, Masahiro Yamada > wrote: >> Trivial bug fix for commit 5a87c4174d18 (dm: core: Drop device >> removal error path when not supported). >> >> Signed-off-by: Masahiro Yamada >> --- >> >> drivers/core/device.c | 6 +++--- >>

Re: [U-Boot] [PATCH] dm: core: drop device removal error path correctly

2015-04-24 Thread Simon Glass
On 24 April 2015 at 02:28, Masahiro Yamada wrote: > Trivial bug fix for commit 5a87c4174d18 (dm: core: Drop device > removal error path when not supported). > > Signed-off-by: Masahiro Yamada > --- > > drivers/core/device.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Thanks Ma

[U-Boot] [PATCH] dm: core: drop device removal error path correctly

2015-04-24 Thread Masahiro Yamada
Trivial bug fix for commit 5a87c4174d18 (dm: core: Drop device removal error path when not supported). Signed-off-by: Masahiro Yamada --- drivers/core/device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/core/device.c b/drivers/core/device.c index 3b77d23..