mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
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>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user