This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: v4l2-compliance: change one warn to info. Author: Hans Verkuil <hans.verk...@cisco.com> Date: Sun Feb 23 12:55:41 2014 +0100 Signed-off-by: Hans Verkuil <hans.verk...@cisco.com> utils/v4l2-compliance/v4l2-test-formats.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=3e69f4d628a2cc636cdf05b245a669af09c83943 diff --git a/utils/v4l2-compliance/v4l2-test-formats.cpp b/utils/v4l2-compliance/v4l2-test-formats.cpp index e062f0b..23472a6 100644 --- a/utils/v4l2-compliance/v4l2-test-formats.cpp +++ b/utils/v4l2-compliance/v4l2-test-formats.cpp @@ -709,7 +709,7 @@ static int testGlobalFormat(struct node *node, int type) mp1->width == mp2->width && mp1->height == mp2->height) { // This compliance test only succeeds if the two formats // are really different after S_FMT - warn("Could not perform global format test\n"); + info("Could not perform global format test\n"); return 0; } } else { @@ -717,7 +717,7 @@ static int testGlobalFormat(struct node *node, int type) p1->width == p2->width && p1->height == p2->height) { // This compliance test only succeeds if the two formats // are really different after S_FMT - warn("Could not perform global format test\n"); + info("Could not perform global format test\n"); return 0; } } _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits