Re: [PATCH] of: base: improve of_get_next_child() kernel-doc

2015-04-22 Thread Rob Herring
On Thu, Apr 16, 2015 at 11:46 AM, Baruch Siach wrote: > Hi Rob, > > On Sat, Mar 28, 2015 at 11:29:39PM +0300, Baruch Siach wrote: >> On Tue, Mar 24, 2015 at 11:45:16PM -0500, Rob Herring wrote: >> > On Thu, Mar 19, 2015 at 7:03 AM, Baruch Siach wrote: >> > > Add two new facts to of_get_next_child

Re: [PATCH] of: base: improve of_get_next_child() kernel-doc

2015-04-16 Thread Baruch Siach
Hi Rob, On Sat, Mar 28, 2015 at 11:29:39PM +0300, Baruch Siach wrote: > On Tue, Mar 24, 2015 at 11:45:16PM -0500, Rob Herring wrote: > > On Thu, Mar 19, 2015 at 7:03 AM, Baruch Siach wrote: > > > Add two new facts to of_get_next_child() documentation: > > > > > >* of_get_next_child() returns

Re: [PATCH] of: base: improve of_get_next_child() kernel-doc

2015-03-28 Thread Baruch Siach
Hi Rob, On Tue, Mar 24, 2015 at 11:45:16PM -0500, Rob Herring wrote: > On Thu, Mar 19, 2015 at 7:03 AM, Baruch Siach wrote: > > Add two new facts to of_get_next_child() documentation: > > > >* of_get_next_child() returns NULL when there is not next child > > > >* of_get_next_child() decre

Re: [PATCH] of: base: improve of_get_next_child() kernel-doc

2015-03-24 Thread Rob Herring
On Thu, Mar 19, 2015 at 7:03 AM, Baruch Siach wrote: > Add two new facts to of_get_next_child() documentation: > >* of_get_next_child() returns NULL when there is not next child > >* of_get_next_child() decrements the refcount of prev > > Signed-off-by: Baruch Siach Applied. Thanks. Rob

[PATCH] of: base: improve of_get_next_child() kernel-doc

2015-03-19 Thread Baruch Siach
Add two new facts to of_get_next_child() documentation: * of_get_next_child() returns NULL when there is not next child * of_get_next_child() decrements the refcount of prev Signed-off-by: Baruch Siach --- drivers/of/base.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff