qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/3] sonic: fix typo
@ 2011-11-06 21:48 Hervé Poussineau
  2011-11-06 21:48 ` [Qemu-devel] [PATCH 2/3] sonic: fix netcard reset Hervé Poussineau
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Hervé Poussineau @ 2011-11-06 21:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Hervé Poussineau


Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
---
 hw/dp8393x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/dp8393x.c b/hw/dp8393x.c
index f66844b..cfec4cb 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:
-- 
1.7.6.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-08 10:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-06 21:48 [Qemu-devel] [PATCH 1/3] sonic: fix typo Hervé Poussineau
2011-11-06 21:48 ` [Qemu-devel] [PATCH 2/3] sonic: fix netcard reset Hervé Poussineau
2011-11-07 11:16   ` Andreas Färber
2011-11-06 21:48 ` [Qemu-devel] [PATCH 3/3] sonic: reset all bits of in_use field when required Hervé Poussineau
2011-11-07 11:15 ` [Qemu-devel] [PATCH 1/3] sonic: fix typo Andreas Färber
2011-11-08 10:46 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).