fsl_etsec: Fix various small problems in hexdump code
commit9f5832d34b0c155e9538a745c80e441aed257670
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Mon, 28 Nov 2016 18:13:15 +0000 (28 10:13 -0800)
committerJason Wang <jasowang@redhat.com>
Tue, 6 Dec 2016 02:23:50 +0000 (6 10:23 +0800)
tree5374cc4673b2ca8259561e394b38718a3a480fad
parent64f441d2e53ac6ed8b4ef199e1995529d2012000
fsl_etsec: Fix various small problems in hexdump code

Fix various small problems in hexdump code, such as:
    - Reference to non-existing field etsec->nic->nc.name is replaced
    with nc->name

    - Type mismatch warnings

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/fsl_etsec/etsec.c