From 9d29670dee6cabd93785c6c80016bbeca3a80328 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Thu, 22 Aug 2013 11:50:05 -0300 Subject: 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 --- tests/pc8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3