Skip to content

Commit

Permalink
Temp no error from valve validate-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSymsCtx committed Jul 21, 2020
1 parent dc2f962 commit 0020950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block-valve.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ static int
td_valve_validate_parent(td_driver_t *driver,
td_driver_t *parent_driver, td_flag_t flags)
{
return -EINVAL;
return 0;
}

static void
Expand Down

0 comments on commit 0020950

Please sign in to comment.