diff options
Diffstat (limited to 'drivers/scsi')
-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 f3193406776c..9cc047bc763b 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c | |||
@@ -586,7 +586,6 @@ static struct beiscsi_hba *beiscsi_hba_alloc(struct pci_dev *pcidev) | |||
586 | "beiscsi_hba_alloc - iscsi_host_alloc failed\n"); | 586 | "beiscsi_hba_alloc - iscsi_host_alloc failed\n"); |
587 | return NULL; | 587 | return NULL; |
588 | } | 588 | } |
589 | shost->dma_boundary = pcidev->dma_mask; | ||
590 | shost->max_id = BE2_MAX_SESSIONS; | 589 | shost->max_id = BE2_MAX_SESSIONS; |
591 | shost->max_channel = 0; | 590 | shost->max_channel = 0; |
592 | shost->max_cmd_len = BEISCSI_MAX_CMD_LEN; | 591 | shost->max_cmd_len = BEISCSI_MAX_CMD_LEN; |