From: Prasad Joshi Date: Sun, 23 Mar 2014 09:28:40 +0000 (+0530) Subject: pcnet: remove duplicate assignment X-Git-Tag: v2.1.0-rc0~163^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16cf0b2b343d0bce1ab69ca14c898b3406234f80;p=thirdparty%2Fqemu.git pcnet: remove duplicate assignment Signed-off-by: Prasad Joshi Signed-off-by: Stefan Hajnoczi --- diff --git a/hw/net/pcnet.c b/hw/net/pcnet.c index 7cb47b3f1ff..ebe505784dd 100644 --- a/hw/net/pcnet.c +++ b/hw/net/pcnet.c @@ -718,7 +718,6 @@ static void pcnet_s_reset(PCNetState *s) s->csr[94] = 0x0000; s->csr[100] = 0x0200; s->csr[103] = 0x0105; - s->csr[103] = 0x0105; s->csr[112] = 0x0000; s->csr[114] = 0x0000; s->csr[122] = 0x0000;