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, 18 Apr 2016 01:16:44 +0000 (20:16 -0500)
commit14937a3cb3da4304f24ef1c2a67c518c9d618e24
treed192d390f0bf7d9ba0025bbabf7beea48c301380
parent33b7035bb9037af39bb1a66aa7b09e34670f32a5
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