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, 26 Apr 2016 15:51:21 +0000 (09:51 -0600)
commit4875234cba4d86ab30a1577a2b4a5eaca51199d7
treee3f15d2394ba7064fe44d8aec3066d2ce9d184bc
parent46ec14c8ed6559139fc9d313b2ebf0d49a2bdab9
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