[PATCH v3] media: i2c: tvp514x: add OF support

Prabhakar Lad prabhakar.csengg at gmail.com
Thu May 16 22:53:24 EST 2013


Hi Laurent,

On Thu, May 16, 2013 at 6:20 PM, Laurent Pinchart
<laurent.pinchart at ideasonboard.com> wrote:
> Hi Prabhakar,
>
> On Thursday 16 May 2013 18:13:38 Prabhakar Lad wrote:
>> On Thu, May 16, 2013 at 5:40 PM, Laurent Pinchart wrote:
>> > Hi Prabhakar,
>>
>> [Snip]
>>
>> >> +
>> >> +     pdata = devm_kzalloc(&client->dev, sizeof(*pdata), GFP_KERNEL);
>> >> +     if (!pdata)
>> >
>> > I've started playing with the V4L2 OF bindings, and realized that should
>> > should call of_node_put() here.
>>
>> you were referring  of_node_get() here rite ?
>
> No, I'm referring to of_node_put(). The v4l2_of_get_next_endpoint() function
> mentions
>
>  * Return: An 'endpoint' node pointer with refcount incremented. Refcount
>  * of the passed @prev node is not decremented, the caller have to use
>  * of_node_put() on it when done.
>
Ahh I see thanks for clarifying, I'll fix it  for v3.

Regards,
--Prabhakar Lad


More information about the devicetree-discuss mailing list