From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86/IO-APIC: adjust an otherwise pretty useless message Date: Tue, 17 Apr 2012 14:09:02 +0100 Message-ID: References: <4F8D8365020000780007E7C2@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F8D8365020000780007E7C2@nat28.tlf.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 List-Id: xen-devel@lists.xenproject.org On 17/04/2012 13:51, "Jan Beulich" wrote: > Signed-off-by: Jan Beulich Acked-by: Keir Fraser > --- a/xen/arch/x86/io_apic.c > +++ b/xen/arch/x86/io_apic.c > @@ -2164,8 +2164,8 @@ int io_apic_set_pci_routing (int ioapic, > int vector; > > if (!IO_APIC_IRQ(irq)) { > - printk(KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ 0\n", > - ioapic); > + printk(KERN_ERR "IOAPIC[%d]: Invalid reference to IRQ %d\n", > + ioapic, irq); > return -EINVAL; > } > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel