]> 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)
commit3931e03cda4b94fb3a99044c0f3caed4aae01644
tree52fafb3856eeafd371a76ae103d1bbb21b3a0f76
parent4f51097126dc403fd7b4024b7a8c899b9ae971fe
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