projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20c54b
)
hw: aspeed_gpio: Cleanup stray semicolon after switch
author
Andrew Jeffery
<andrew@aj.id.au>
Tue, 8 Mar 2022 08:18:11 +0000
(09:18 +0100)
committer
Cédric Le Goater
<clg@kaod.org>
Tue, 8 Mar 2022 08:18:11 +0000
(09:18 +0100)
Not sure how that got there.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Message-Id: <
20220207150409
.358888-2-andrew@aj.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/gpio/aspeed_gpio.c
patch
|
blob
|
history
diff --git
a/hw/gpio/aspeed_gpio.c
b/hw/gpio/aspeed_gpio.c
index 911d21c8cfbe7fc7ccc31abab2dc18faf455aad1..c63634d3d3e20b97aead5a63a1dfb8687534fe39 100644
(file)
--- 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,