Re: [PATCH 3/3] vin-tests: Refactor mc_get_dev

2017-11-16 Thread Kieran Bingham
Hi Niklas, On 15/11/17 16:51, Niklas Söderlund wrote: > Hi Kieran, > > Thanks for your patch. > > Unfortunately I experience some problems with this patch. My apologies, I thought this was working when I used it, it was left in my local branch and hadn't been sent (along with the other two) and

Re: [PATCH 3/3] vin-tests: Refactor mc_get_dev

2017-11-15 Thread Niklas Söderlund
Hi Kieran, Thanks for your patch. Unfortunately I experience some problems with this patch. On 2017-11-15 14:38:31 +, Kieran Bingham wrote: > From: Kieran Bingham > > Rather that using shell parsing of each file when looking for a device > node, use a combination of grep and sed to identif

[PATCH 3/3] vin-tests: Refactor mc_get_dev

2017-11-15 Thread Kieran Bingham
From: Kieran Bingham Rather that using shell parsing of each file when looking for a device node, use a combination of grep and sed to identify the device. This is a remarkable speed optimisation for this code segment. Signed-off-by: Kieran Bingham --- scripts/vin-tests.sh | 14 +++---