diff options
author | Prasad Joshi <prasadjoshi.linux@gmail.com> | 2014-03-23 14:58:40 +0530 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-04-25 13:40:03 +0200 |
commit | 16cf0b2b343d0bce1ab69ca14c898b3406234f80 (patch) | |
tree | 7c09d5bcf9f6dcab203829209a4f4e1654676449 /hw/net/pcnet.c | |
parent | 13a12f869bf2211c7039f9a601ac9e1076535663 (diff) | |
download | qemu-16cf0b2b343d0bce1ab69ca14c898b3406234f80.tar.gz qemu-16cf0b2b343d0bce1ab69ca14c898b3406234f80.tar.bz2 qemu-16cf0b2b343d0bce1ab69ca14c898b3406234f80.zip |
pcnet: remove duplicate assignment
Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/net/pcnet.c')
-rw-r--r-- | hw/net/pcnet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/net/pcnet.c b/hw/net/pcnet.c index 7cb47b3f1f..ebe505784d 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; |