]> 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)
commit021576c465cbad82f0715125dfe4045663e04abe
tree23192ac74a94c5b7f936372b3b662c0b7fb03608
parent8dfb9116117396375de7f9775e0b94be7fae9333
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