Hi Kieran,

Thanks for your patch, applied.

On 2017-11-15 14:38:29 +0000, Kieran Bingham wrote:
> From: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com>
> 
> Debug prints of the max9271_write call are appearing in the failure counts.
> 
> Fix the 'catcher' so that it is more specific to the failure
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com>
> ---
>  tools/8camera-status | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/8camera-status b/tools/8camera-status
> index 234b8a0cab2b..cdfe76ef286f 100755
> --- a/tools/8camera-status
> +++ b/tools/8camera-status
> @@ -21,7 +21,7 @@ BEGIN {
>       print
>  }
>  
> -/max9271_write/ {
> +/max9271_write.*write failed/ {
>       max9271_write_fail++
>       print
>  }
> -- 
> 2.7.4
> 

-- 
Regards,
Niklas Söderlund

Reply via email to