Re: [PATCH 2/2] Print parser position on error

2013-06-19 Thread Laurent Pinchart
Hi Sascha, On Wednesday 19 June 2013 07:30:54 Sascha Hauer wrote: On Wed, Jun 19, 2013 at 02:39:48AM +0200, Laurent Pinchart wrote: On Monday 10 June 2013 15:56:01 Laurent Pinchart wrote: Hi Sascha, I'm sorry for the late reply. Great patch set, thank you. It's very helpful.

Re: [PATCH 2/2] Print parser position on error

2013-06-18 Thread Sascha Hauer
Hi Laurent, On Wed, Jun 19, 2013 at 02:39:48AM +0200, Laurent Pinchart wrote: Hi Sascha, On Monday 10 June 2013 15:56:01 Laurent Pinchart wrote: Hi Sascha, I'm sorry for the late reply. Great patch set, thank you. It's very helpful. Should I got ahead and apply the patch with

Re: [PATCH 2/2] Print parser position on error

2013-06-10 Thread Laurent Pinchart
Hi Sascha, I'm sorry for the late reply. Great patch set, thank you. It's very helpful. On Wednesday 08 May 2013 15:27:54 Sascha Hauer wrote: Most parser functions take a **endp argument to indicate the caller where parsing has stopped. This is currently only used after parsing something

[PATCH 2/2] Print parser position on error

2013-05-08 Thread Sascha Hauer
Most parser functions take a **endp argument to indicate the caller where parsing has stopped. This is currently only used after parsing something successfully. This patch sets **endp to the erroneous position in the error case and prints its position after an error has occured. Signed-off-by: