]> git.proxmox.com Git - mirror_qemu.git/commit
qed: Remove ret argument from qed_aio_next_io()
authorKevin Wolf <kwolf@redhat.com>
Fri, 18 Nov 2016 12:40:13 +0000 (13:40 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:14 +0000 (14:51 +0200)
commitdddf8db10b47d34d9d469ffe45e000170666ecdd
tree6dbe32723e475f7feb28bcb33bec1de8323c6d23
parent0596be7e6a39da44e2dcba74a97bb8b89cb71bdd
qed: Remove ret argument from qed_aio_next_io()

All callers pass ret = 0, so we can just remove it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qed.c