Re: [Qemu-devel] [PATCH 2/8] hw/net/cadence_gem: Remove dead code

2014-05-09 Thread Peter Crosthwaite
On Fri, May 9, 2014 at 4:46 AM, Peter Maydell wrote: > Commit 191946c moved the code to handle padding to minimum > length from after the handling of the CRC to before it. > This means that the CRC code doesn't need to cope with the > possibility that the size is less than 60; remove this > dead c

[Qemu-devel] [PATCH 2/8] hw/net/cadence_gem: Remove dead code

2014-05-08 Thread Peter Maydell
Commit 191946c moved the code to handle padding to minimum length from after the handling of the CRC to before it. This means that the CRC code doesn't need to cope with the possibility that the size is less than 60; remove this dead code. Signed-off-by: Peter Maydell --- hw/net/cadence_gem.c |