Re: [Qemu-devel] [PATCH 2/2] fsl_etsec: Fix various small problems in hexdump code

2016-11-30 Thread Jason Wang
On 2016年11月29日 02:13, Andrey Smirnov wrote: 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 --- hw/net/fsl_etsec/etsec.c | 4 ++-- 1 f

[Qemu-devel] [PATCH 2/2] fsl_etsec: Fix various small problems in hexdump code

2016-11-28 Thread Andrey Smirnov
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 --- hw/net/fsl_etsec/etsec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --