summaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2015-11-10 21:16:08 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2016-01-11 11:39:28 +0300
commit4e6f7cfbf98e7adae2be524b4042751d107a5bb4 (patch)
tree368708f8babaa193298d72a4f7445778872fe030 /hw/ide/macio.c
parent529490e5d664a20d5c4223070dd7c03a0e02b6bd (diff)
downloadqemu-4e6f7cfbf98e7adae2be524b4042751d107a5bb4.tar.gz
hw/ide: Remove superfluous return statements
The "return;" statements at the end of functions do not make much sense, so let's remove them. Cc: qemu-block@nongnu.org Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/ide/macio.c')
-rw-r--r--hw/ide/macio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/ide/macio.c b/hw/ide/macio.c
index 3ee962f830..97712619cd 100644
--- a/hw/ide/macio.c
+++ b/hw/ide/macio.c
@@ -292,8 +292,6 @@ done:
block_acct_done(blk_get_stats(s->blk), &s->acct);
}
io->dma_end(opaque);
-
- return;
}
static void pmac_ide_transfer_cb(void *opaque, int ret)