]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commitdiff
pcnet: remove duplicate assignment
authorPrasad Joshi <prasadjoshi.linux@gmail.com>
Sun, 23 Mar 2014 09:28:40 +0000 (14:58 +0530)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 25 Apr 2014 11:40:03 +0000 (13:40 +0200)
Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/net/pcnet.c

index 7cb47b3f1ff6e19a633fb0fee251b5d85a11f377..ebe505784dd634b64eac098c8f22732f289312c1 100644 (file)
@@ -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;