From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] memory: polish populate_physmap() Date: Tue, 22 Sep 2015 15:35:53 +0100 Message-ID: <1442932553.10338.163.camel@citrix.com> References: <56016A9F02000078000A4555@prv-mh.provo.novell.com> <560161F1.5060606@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZeOfq-00050P-HR for xen-devel@lists.xenproject.org; Tue, 22 Sep 2015 14:36:02 +0000 In-Reply-To: <560161F1.5060606@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , Jan Beulich , xen-devel Cc: Ian Jackson , Keir Fraser , Tim Deegan List-Id: xen-devel@lists.xenproject.org On Tue, 2015-09-22 at 15:13 +0100, Andrew Cooper wrote: > On 22/09/15 13:50, Jan Beulich wrote: > > Adjust types, avoid a NULL check for a case where it's not needed, and > > simplify setting a variable on the alternative path. > > > > Signed-off-by: Jan Beulich > > Reviewed-by: Andrew Cooper Acked-by: Ian Campbell