aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/sbp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/sbp2.c')
-rw-r--r--drivers/firewire/sbp2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/firewire/sbp2.c b/drivers/firewire/sbp2.c
index 6ffaef3307e8..1f888f3ef7ae 100644
--- a/drivers/firewire/sbp2.c
+++ b/drivers/firewire/sbp2.c
@@ -1564,8 +1564,6 @@ static int sbp2_scsi_slave_configure(struct scsi_device *sdev)
1564 if (lu->tgt->workarounds & SBP2_WORKAROUND_128K_MAX_TRANS) 1564 if (lu->tgt->workarounds & SBP2_WORKAROUND_128K_MAX_TRANS)
1565 blk_queue_max_hw_sectors(sdev->request_queue, 128 * 1024 / 512); 1565 blk_queue_max_hw_sectors(sdev->request_queue, 128 * 1024 / 512);
1566 1566
1567 blk_queue_max_segment_size(sdev->request_queue, SBP2_MAX_SEG_SIZE);
1568
1569 return 0; 1567 return 0;
1570} 1568}
1571 1569