* [PATCH] x86/IO-APIC: adjust an otherwise pretty useless message
@ 2012-04-17 12:51 Jan Beulich
2012-04-17 13:09 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2012-04-17 12:51 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 467 bytes --]
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- 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;
}
[-- Attachment #2: x86-ioapic-message.patch --]
[-- Type: text/plain, Size: 520 bytes --]
x86/IO-APIC: adjust an otherwise pretty useless message
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- 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;
}
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] x86/IO-APIC: adjust an otherwise pretty useless message
2012-04-17 12:51 [PATCH] x86/IO-APIC: adjust an otherwise pretty useless message Jan Beulich
@ 2012-04-17 13:09 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2012-04-17 13:09 UTC (permalink / raw)
To: Jan Beulich, xen-devel
On 17/04/2012 13:51, "Jan Beulich" <JBeulich@suse.com> wrote:
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
> --- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-17 13:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 12:51 [PATCH] x86/IO-APIC: adjust an otherwise pretty useless message Jan Beulich
2012-04-17 13:09 ` Keir Fraser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).