projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c8a881
)
sonic: fix typo
author
Hervé Poussineau
<hpoussin@reactos.org>
Sun, 6 Nov 2011 21:48:50 +0000
(22:48 +0100)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Fri, 2 Dec 2011 10:50:56 +0000
(10:50 +0000)
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/dp8393x.c
patch
|
blob
|
history
diff --git
a/hw/dp8393x.c
b/hw/dp8393x.c
index f66844b108fa93ee3582724413c7b489ccc5f036..cfec4cba5298f86d45ae854c18a76511da6b2a59 100644
(file)
--- a/
hw/dp8393x.c
+++ b/
hw/dp8393x.c
@@
-515,7
+515,7
@@
static void write_register(dp8393xState *s, int reg, uint16_t val)
switch (reg) {
/* Command register */
case SONIC_CR:
- do_command(s, val);
;
+ do_command(s, val);
break;
/* Prevent write to read-only registers */
case SONIC_CAP2: