Re: [Qemu-devel] [PATCH] net: Remove useless local var pkt

2017-02-16 Thread Jason Wang
On 2017年02月15日 16:58, Dmitry Fleytman wrote: Reviewed-by: Dmitry Fleytman This patch also fixes compilation with NET_RX_PKT_DEBUG defined. On 15 Feb 2017, at 10:31 AM, Fam Zheng wrote: This has been pointless since commit 605d52e62, which was a search-and-replace, overlooked the redundanc

Re: [Qemu-devel] [PATCH] net: Remove useless local var pkt

2017-02-15 Thread Dmitry Fleytman
Reviewed-by: Dmitry Fleytman This patch also fixes compilation with NET_RX_PKT_DEBUG defined. > On 15 Feb 2017, at 10:31 AM, Fam Zheng wrote: > > This has been pointless since commit 605d52e62, which was a > search-and-replace, overlooked the redundancy. > > Signed-off-by: Fam Zheng > --- >

[Qemu-devel] [PATCH] net: Remove useless local var pkt

2017-02-15 Thread Fam Zheng
This has been pointless since commit 605d52e62, which was a search-and-replace, overlooked the redundancy. Signed-off-by: Fam Zheng --- hw/net/net_rx_pkt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/net/net_rx_pkt.c b/hw/net/net_rx_pkt.c index 1019b50..7f928d7 100644 --- a/hw/net/net_