]> git.proxmox.com Git - mirror_qemu.git/commit
hw/ide: Remove superfluous return statements
authorThomas Huth <thuth@redhat.com>
Tue, 10 Nov 2015 20:16:08 +0000 (21:16 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 11 Jan 2016 08:39:28 +0000 (11:39 +0300)
commit4e6f7cfbf98e7adae2be524b4042751d107a5bb4
tree368708f8babaa193298d72a4f7445778872fe030
parent529490e5d664a20d5c4223070dd7c03a0e02b6bd
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>
hw/ide/atapi.c
hw/ide/macio.c