summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2013-08-22 11:50:05 -0300
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2013-08-22 13:19:14 -0300
commit9d29670dee6cabd93785c6c80016bbeca3a80328 (patch)
tree0fb00c9cdcefc2314a93ac975711e09456b1963e /tests
parent7c52a3cf5243b42b632fd73789d1b484e81b9b0c (diff)
tests/pc8: fix function return value
Looks like I forgot to push this chunk... The test was passing in cases where you only have eDP monitors due to the fact that we consider i2c won't work on eDP monitors. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/pc8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pc8.c b/tests/pc8.c
index 16960ec0..9e57e749 100644
--- a/tests/pc8.c
+++ b/tests/pc8.c
@@ -578,7 +578,7 @@ static int count_i2c_valid_edids(void)
closedir(dir);
- return 0;
+ return ret;
}
/* We run this test when all outputs are turned off. When eDP panels are turned