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
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
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
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
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