From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] ns16550: reset bar_64 on each iteration Date: Thu, 12 Nov 2015 16:58:21 +0000 Message-ID: <5644C52D.5090003@citrix.com> References: <5644C3C002000078000B4590@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZwvCc-00010e-BP for xen-devel@lists.xenproject.org; Thu, 12 Nov 2015 16:58:26 +0000 In-Reply-To: <5644C3C002000078000B4590@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 12/11/15 15:52, Jan Beulich wrote: > Re-using the possibly non-zero value from a previous iteration can't > do any good. > > Take the opportunity and > - limit a few other variables' scopes at once, > - adjust a few types. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper