From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] memory: polish populate_physmap() Date: Tue, 22 Sep 2015 15:13:05 +0100 Message-ID: <560161F1.5060606@citrix.com> References: <56016A9F02000078000A4555@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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 1ZeOJh-0002LH-Gl for xen-devel@lists.xenproject.org; Tue, 22 Sep 2015 14:13:09 +0000 In-Reply-To: <56016A9F02000078000A4555@prv-mh.provo.novell.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: Jan Beulich , xen-devel Cc: Ian Campbell , Ian Jackson , Keir Fraser , Tim Deegan List-Id: xen-devel@lists.xenproject.org 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