From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH 1/2] xen: fix the error handling of msi setup Date: Fri, 28 Aug 2009 11:22:27 -0700 Message-ID: <4A982063.7030103@goop.org> References: <20090828082848.GA9849@ub-qhe2> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090828082848.GA9849@ub-qhe2> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Qing He Cc: xen-devel@lists.xensource.com, yunhong.jiang@intel.com List-Id: xen-devel@lists.xenproject.org On 08/28/09 01:28, Qing He wrote: > Fix the error handling of msi setup, the return value of failure > is -1, not 0. > Thanks, both applied. J