]> rtime.felk.cvut.cz Git - linux-imx.git/commit
firewire: sbp2: remove superfluous blk_queue_max_segment_size() call
authorClemens Ladisch <clemens@ladisch.de>
Fri, 18 May 2012 16:41:28 +0000 (18:41 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 21 May 2012 19:42:51 +0000 (21:42 +0200)
commit935f672e02c8172a23bd3e54feafffcfcce39f0d
treef3cc2bdfeb3751d8752186a7ef05d66c580ac824
parentf203022353eb3e0b059a72a43762e240e9682c91
firewire: sbp2: remove superfluous blk_queue_max_segment_size() call

The SCSI framework automatically initializes the block queue's segment
size with the DMA device's segment size.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/sbp2.c