Searched refs:expected_ret (Results 1 – 1 of 1) sorted by relevance
393 int expected_ret; in check_devices() local397 expected_ret = (mask & 1) ? -ENOENT : 0; in check_devices()399 ut_asserteq(expected_ret, in check_devices()403 expected_ret = (mask & 1) ? -ENOENT - (i + 1) : 0; in check_devices()405 ut_asserteq(expected_ret, uclass_next_device_check(&dev)); in check_devices()