Em Tue, 26 Jan 2016 08:12:15 +0100
Julia Lawall escreveu:
> On Tue, 26 Jan 2016, Krzysztof Kozlowski wrote:
>
> > On 26.01.2016 15:24, Julia Lawall wrote:
> > >
> > >
> > > On Tue, 26 Jan 2016, Krzysztof Kozlowski wrote:
> > >
> > >> On 26.01.2016 00:21, Amitoj Kaur Chawla wrote:
> > >>
On Tue, 26 Jan 2016, Krzysztof Kozlowski wrote:
> On 26.01.2016 15:24, Julia Lawall wrote:
> >
> >
> > On Tue, 26 Jan 2016, Krzysztof Kozlowski wrote:
> >
> >> On 26.01.2016 00:21, Amitoj Kaur Chawla wrote:
> >>> for_each_available_child_of_node and for_each_child_of_node perform an
> >>> of_
On 26.01.2016 15:24, Julia Lawall wrote:
>
>
> On Tue, 26 Jan 2016, Krzysztof Kozlowski wrote:
>
>> On 26.01.2016 00:21, Amitoj Kaur Chawla wrote:
>>> for_each_available_child_of_node and for_each_child_of_node perform an
>>> of_node_get on each iteration, so to break out of the loop an of_node_
On Tue, 26 Jan 2016, Krzysztof Kozlowski wrote:
> On 26.01.2016 00:21, Amitoj Kaur Chawla wrote:
> > for_each_available_child_of_node and for_each_child_of_node perform an
> > of_node_get on each iteration, so to break out of the loop an of_node_put is
> > required.
> >
> > Found using Coccinel
On 26.01.2016 00:21, Amitoj Kaur Chawla wrote:
> for_each_available_child_of_node and for_each_child_of_node perform an
> of_node_get on each iteration, so to break out of the loop an of_node_put is
> required.
>
> Found using Coccinelle. The simplified version of the semantic patch
> that is used
for_each_available_child_of_node and for_each_child_of_node perform an
of_node_get on each iteration, so to break out of the loop an of_node_put is
required.
Found using Coccinelle. The simplified version of the semantic patch
that is used for this is as follows:
//
@@
local idexpression n;
expr
6 matches
Mail list logo