]> git.baikalelectronics.ru Git - kernel.git/commit
mmc/block: remove a call to blk_queue_bounce_limit
authorChristoph Hellwig <hch@lst.de>
Mon, 19 Jun 2017 07:26:28 +0000 (09:26 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 Jun 2017 18:13:45 +0000 (12:13 -0600)
commit024895c5778189d934575a2e61fb1894d90d1b4b
tree23192ac74a94c5b7f936372b3b662c0b7fb03608
parentfeb1b8c671f92c2e618857004980a753a84d16a1
mmc/block: remove a call to blk_queue_bounce_limit

BLK_BOUNCE_ANY is the defauly now, so the call is superflous.

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