Loading drivers/nvme/host/fc.c +1 −1 Original line number Diff line number Diff line Loading @@ -3111,7 +3111,7 @@ nvme_fc_create_association(struct nvme_fc_ctrl *ctrl) } /* FC-NVME supports normal SGL Data Block Descriptors */ if (!(ctrl->ctrl.sgls & ((1 << 0) | (1 << 1)))) { if (!nvme_ctrl_sgl_supported(&ctrl->ctrl)) { dev_err(ctrl->ctrl.device, "Mandatory sgls are not supported!\n"); goto out_disconnect_admin_queue; Loading Loading
drivers/nvme/host/fc.c +1 −1 Original line number Diff line number Diff line Loading @@ -3111,7 +3111,7 @@ nvme_fc_create_association(struct nvme_fc_ctrl *ctrl) } /* FC-NVME supports normal SGL Data Block Descriptors */ if (!(ctrl->ctrl.sgls & ((1 << 0) | (1 << 1)))) { if (!nvme_ctrl_sgl_supported(&ctrl->ctrl)) { dev_err(ctrl->ctrl.device, "Mandatory sgls are not supported!\n"); goto out_disconnect_admin_queue; Loading