From: Andrew Jeffery Date: Tue, 8 Mar 2022 08:18:11 +0000 (+0100) Subject: hw: aspeed_gpio: Cleanup stray semicolon after switch X-Git-Tag: v7.0.0-rc0~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46179776c292f83848df90de60da5ae1a965ce6a;p=thirdparty%2Fqemu.git hw: aspeed_gpio: Cleanup stray semicolon after switch Not sure how that got there. Signed-off-by: Andrew Jeffery Message-Id: <20220207150409.358888-2-andrew@aj.id.au> Signed-off-by: Cédric Le Goater --- diff --git a/hw/gpio/aspeed_gpio.c b/hw/gpio/aspeed_gpio.c index 911d21c8cfb..c63634d3d3e 100644 --- a/hw/gpio/aspeed_gpio.c +++ b/hw/gpio/aspeed_gpio.c @@ -571,7 +571,7 @@ static uint64_t aspeed_gpio_read(void *opaque, hwaddr offset, uint32_t size) qemu_log_mask(LOG_GUEST_ERROR, "%s: no getter for offset 0x%" HWADDR_PRIx"\n", __func__, offset); return 0; - }; + } } static void aspeed_gpio_write(void *opaque, hwaddr offset, uint64_t data,