Skip to content

Commit

Permalink
Fix lside error
Browse files Browse the repository at this point in the history
Signed-off-by: Min Xu <min.m.xu@intel.com>
  • Loading branch information
mxu9 committed May 21, 2024
1 parent 199db80 commit 81e54a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teeio-validator/teeio_validator/tools/ide_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ ide_test_case_name_t *get_test_case_from_string(const char *test_case_name, int

bool pci_doe_init_request()
{
return false;
return true;
}
void trigger_doe_abort()
{
Expand Down

0 comments on commit 81e54a6

Please sign in to comment.