From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH] xen: use less generic names in netfront driver. Date: Fri, 04 Dec 2009 08:34:12 -0800 Message-ID: <4B193A04.2000707@goop.org> References: <1259943018.23698.16496.camel@zakaz.uk.xensource.com> <1259943055-1393-1-git-send-email-ian.campbell@citrix.com> <1259943298.23698.16512.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1259943298.23698.16512.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 12/04/09 08:14, Ian Campbell wrote: > On Fri, 2009-12-04 at 16:10 +0000, Ian Campbell wrote: > >> @@ -1276,7 +1276,7 @@ static void xennet_disconnect_backend(struct >> netfront_info *info) >> static int netfront_resume(struct xenbus_device *dev) >> { >> struct netfront_info *info = dev_get_drvdata(&dev->dev); >> - >> + return 0; >> dev_dbg(&dev->dev, "%s\n", dev->nodename); >> >> xennet_disconnect_backend(info); >> > Doh, this hunk was obviously accidental. I've updated the git branch. Thanks, I'd picked up the updated one anyway. J