From d18058962133a00ec5731657fb34146f9c7dd572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 6 Nov 2011 22:48:50 +0100 Subject: sonic: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Andreas Färber Signed-off-by: Hervé Poussineau Signed-off-by: Stefan Hajnoczi --- hw/dp8393x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/dp8393x.c b/hw/dp8393x.c index f66844b10..cfec4cba5 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: -- cgit v1.2.3