]> git.baikalelectronics.ru Git - kernel.git/commit
memstick: don't call blk_queue_bounce_limit
authorChristoph Hellwig <hch@lst.de>
Wed, 9 May 2018 13:59:44 +0000 (15:59 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 May 2018 21:07:55 +0000 (15:07 -0600)
commitcf32b9ec6f7ca0c760d82babf9bbd52a1722e20d
tree52fafb3856eeafd371a76ae103d1bbb21b3a0f76
parent70c470f7eeb95c041bff52fc0de9a231be600531
memstick: don't call blk_queue_bounce_limit

All in-tree host drivers set up a proper dma mask and use the dma-mapping
helpers.  This means they will be able to deal with any address that we
are throwing at them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/memstick/core/ms_block.c
drivers/memstick/core/mspro_block.c