From: Hervé Poussineau Date: Sun, 6 Nov 2011 21:48:50 +0000 (+0100) Subject: sonic: fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d18058962133a00ec5731657fb34146f9c7dd572;p=qemu.git sonic: fix typo Reviewed-by: Andreas Färber Signed-off-by: Hervé Poussineau Signed-off-by: Stefan Hajnoczi --- diff --git a/hw/dp8393x.c b/hw/dp8393x.c index f66844b108..cfec4cba52 100644 --- 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: