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>
Mon, 12 Sep 2016 14:56:49 +0000 (08:56 -0600)
commit4535ceaa50f78da2de7d8539da7d3f1455ec584b
tree5d1a19a54ec21e3e888e83837c6290ca1240ab77
parentcdfd634b8f399a2cc7ea3611d81a182385e29ecb
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