diff --git a/ntb_hw_switchtec.c b/ntb_hw_switchtec.c index 22c4d85..396662b 100644 --- a/ntb_hw_switchtec.c +++ b/ntb_hw_switchtec.c @@ -1988,6 +1988,7 @@ static int switchtec_ntb_add(struct device *dev, * still up. Tell them to force it down (it will go back up * once we register the ntb device). */ + switchtec_ntb_setup_crosslink(sndev); switchtec_ntb_send_msg(sndev, LINK_MESSAGE, MSG_LINK_FORCE_DOWN); rc = ntb_register_device(&sndev->ntb);