Skip to content

Commit 6274961

Browse files
committed
Temp no error from valve validate-parent
1 parent b4b9ba3 commit 6274961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/block-valve.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ static int
647647
td_valve_validate_parent(td_driver_t *driver,
648648
td_driver_t *parent_driver, td_flag_t flags)
649649
{
650-
return -EINVAL;
650+
return 0;
651651
}
652652

653653
static void

0 commit comments

Comments
 (0)