mtip32xx: remove call to blk_queue_flush()
authorJens Axboe <axboe@fb.com>
Tue, 12 Apr 2016 21:45:39 +0000 (15:45 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 12 Apr 2016 22:00:39 +0000 (16:00 -0600)
commit17fe95f4605c3a2ec3df763876e3abf2eca790a7
treed88cd1166a3ba37adec53f100da4728a6222e23f
parent21d0727f639e4ba2bd194b2eb9b38ac840bbbc87
mtip32xx: remove call to blk_queue_flush()

The driver calls it with 0 for flags, since it doesn't have a writeback
cache. Just remove the call, as it's a no-op right now.

Signed-off-by: Jens Axboe <axboe@fb.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
drivers/block/mtip32xx/mtip32xx.c