diff options
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.c')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index 96241b20fd2c..a7cc61837818 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c | |||
@@ -585,7 +585,6 @@ static struct beiscsi_hba *beiscsi_hba_alloc(struct pci_dev *pcidev) | |||
585 | "beiscsi_hba_alloc - iscsi_host_alloc failed\n"); | 585 | "beiscsi_hba_alloc - iscsi_host_alloc failed\n"); |
586 | return NULL; | 586 | return NULL; |
587 | } | 587 | } |
588 | shost->dma_boundary = pcidev->dma_mask; | ||
589 | shost->max_id = BE2_MAX_SESSIONS; | 588 | shost->max_id = BE2_MAX_SESSIONS; |
590 | shost->max_channel = 0; | 589 | shost->max_channel = 0; |
591 | shost->max_cmd_len = BEISCSI_MAX_CMD_LEN; | 590 | shost->max_cmd_len = BEISCSI_MAX_CMD_LEN; |