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:
Paulo Zanoni 2013-08-22 11:50:05 -03:00
parent 7c52a3cf52
commit 9d29670dee

View File

@ -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