]> git.proxmox.com Git - mirror_qemu.git/commit
hw/acpi: Remove superfluous return statement
authorThomas Huth <thuth@redhat.com>
Tue, 10 Nov 2015 20:16:09 +0000 (21:16 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 11 Jan 2016 08:39:28 +0000 (11:39 +0300)
commitff433bbb82d2c1b4c0146ccb0ce78f58fb382fda
tree37da3645a13e63381d84d04c82b8e0b851f3b097
parent4e6f7cfbf98e7adae2be524b4042751d107a5bb4
hw/acpi: Remove superfluous return statement

The "return;" statement at the end of acpi_memory_plug_cb()
does not make much sense, so let's remove it.

Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/acpi/memory_hotplug.c