Re: [PATCH] net: virtio: simplify the virtnet_find_vqs

2018-06-04 Thread David Miller
From: Tonghao Zhang Date: Thu, 31 May 2018 07:16:32 -0700 > Use the common free functions while return successfully. > > Signed-off-by: Tonghao Zhang This looks fine, applied, thanks.

[PATCH] net: virtio: simplify the virtnet_find_vqs

2018-05-31 Thread Tonghao Zhang
Use the common free functions while return successfully. Signed-off-by: Tonghao Zhang --- drivers/net/virtio_net.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 8f08a3e..0eee6d6 100644 --- a/drivers/net/virtio_n