Re: [PATCH] dt-bindings: media: xilinx: fix typo in example

2017-10-19 Thread Akinobu Mita
2017-10-19 1:08 GMT+09:00 Laurent Pinchart :
> Hi Akinobu,
>
> Thank you for the patch.
>
> On Thursday, 12 October 2017 19:03:34 EEST Akinobu Mita wrote:
>> Fix typo s/:/;/
>>
>> Cc: Rob Herring 
>> Cc: Hyun Kwon 
>> Cc: Laurent Pinchart 
>> Signed-off-by: Akinobu Mita 
>
> Good catch.
>
> Reviewed-by: Laurent Pinchart 
>
> Should I take this patch in my tree ?

Yes, please do.
Could you also take a look at another patch that I sent at the same time
"media: xilinx-video: fix bad of_node_put() on endpoint error" ?


Re: [PATCH] dt-bindings: media: xilinx: fix typo in example

2017-10-18 Thread Laurent Pinchart
Hi Akinobu,

Thank you for the patch.

On Thursday, 12 October 2017 19:03:34 EEST Akinobu Mita wrote:
> Fix typo s/:/;/
> 
> Cc: Rob Herring 
> Cc: Hyun Kwon 
> Cc: Laurent Pinchart 
> Signed-off-by: Akinobu Mita 

Good catch.

Reviewed-by: Laurent Pinchart 

Should I take this patch in my tree ?

> ---
>  Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt
> b/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt index
> 9dd86b3..439351a 100644
> --- a/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt
> +++ b/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt
> @@ -66,6 +66,6 @@ Example:
>   tpg1_out: endpoint {
>   remote-endpoint = <_in0>;
>   };
> - }:
> + };
>   };
>   };


-- 
Regards,

Laurent Pinchart



Re: [PATCH] dt-bindings: media: xilinx: fix typo in example

2017-10-17 Thread Rob Herring
On Fri, Oct 13, 2017 at 01:03:34AM +0900, Akinobu Mita wrote:
> Fix typo s/:/;/
> 
> Cc: Rob Herring 
> Cc: Hyun Kwon 
> Cc: Laurent Pinchart 
> Signed-off-by: Akinobu Mita 
> ---
>  Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring