Skip to content

Commit

Permalink
pcnet: remove duplicate assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
joshi-prasad authored and stefanhaRH committed Apr 25, 2014
1 parent 13a12f8 commit 16cf0b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/net/pcnet.c
Expand Up @@ -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;
Expand Down

0 comments on commit 16cf0b2

Please sign in to comment.