]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit8298912bb6de7e3c9f86ad19d6488ac88cd0e940
tree23192ac74a94c5b7f936372b3b662c0b7fb03608
parent41341afa0fd7b086a1327e2b76ab0eb7a3661f25
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