From 4e6f7cfbf98e7adae2be524b4042751d107a5bb4 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 10 Nov 2015 21:16:08 +0100 Subject: 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 Reviewed-by: John Snow Signed-off-by: Michael Tokarev --- hw/ide/atapi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/ide/atapi.c') diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c index 65f8dd457b..272ab90c7a 100644 --- a/hw/ide/atapi.c +++ b/hw/ide/atapi.c @@ -824,7 +824,6 @@ static void cmd_inquiry(IDEState *s, uint8_t *buf) out: buf[size_idx] = idx - preamble_len; ide_atapi_cmd_reply(s, idx, max_len); - return; } static void cmd_get_configuration(IDEState *s, uint8_t *buf) -- cgit v1.2.3-55-g7522