Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf231981 authored by Bart Van Assche's avatar Bart Van Assche Committed by Jens Axboe
Browse files

skd: Remove blk_queue_bounce_limit() call



Since sTec s1120 devices support 64-bit DMA it is not necessary
to request data buffer bouncing. Hence remove the
blk_queue_bounce_limit() call.

Suggested-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarBart Van Assche <bart.vanassche@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent dfbde552
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2844,7 +2844,6 @@ static int skd_cons_disk(struct skd_device *skdev)
		rc = PTR_ERR(q);
		goto err_out;
	}
	blk_queue_bounce_limit(q, BLK_BOUNCE_HIGH);
	q->queuedata = skdev;
	q->nr_requests = skd_max_queue_depth / 2;