Re: linux-next: build failure after merge of the devicetree tree

2014-05-26 Thread Thomas Petazzoni
Dear Stephen Rothwell, On Mon, 26 May 2014 15:05:57 +1000, Stephen Rothwell wrote: > diff --git a/drivers/of/base.c b/drivers/of/base.c > index 395ee2b3146d..03e7fc6c93e8 100644 > --- a/drivers/of/base.c > +++ b/drivers/of/base.c > @@ -1901,10 +1901,6 @@ int of_update_property(struct device_node

Re: linux-next: build failure after merge of the devicetree tree

2014-05-26 Thread Thomas Petazzoni
Dear Stephen Rothwell, On Mon, 26 May 2014 15:05:57 +1000, Stephen Rothwell wrote: diff --git a/drivers/of/base.c b/drivers/of/base.c index 395ee2b3146d..03e7fc6c93e8 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -1901,10 +1901,6 @@ int of_update_property(struct device_node *np,

linux-next: build failure after merge of the devicetree tree

2014-05-25 Thread Stephen Rothwell
Hi Grant, After merging the devicetree tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/of/base.c: In function 'of_update_property': drivers/of/base.c:1906:10: error: 'found' undeclared (first use in this function) return found ? 0 : -ENODEV; ^

linux-next: build failure after merge of the devicetree tree

2014-05-25 Thread Stephen Rothwell
Hi Grant, After merging the devicetree tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/of/base.c: In function 'of_update_property': drivers/of/base.c:1906:10: error: 'found' undeclared (first use in this function) return found ? 0 : -ENODEV; ^