lkml.org 
[lkml]   [2011]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 11/14] xen: events: dynamically allocate irq info structures
> @@ -649,10 +653,9 @@ int xen_bind_pirq_gsi_to_irq(unsigned gsi,
>
> spin_lock(&irq_mapping_update_lock);
>
> - if ((pirq > nr_irqs) || (gsi > nr_irqs)) {
> - printk(KERN_WARNING "xen_map_pirq_gsi: %s %s is incorrect!\n",
> - pirq > nr_irqs ? "pirq" :"",
> - gsi > nr_irqs ? "gsi" : "");
> + if (pirq > nr_irqs) {
> + printk(KERN_WARNING "xen_map_pirq_gsi: pirq %d > nr_irqs %d!\n",
> + pirq, nr_irqs);

Looks like this belongs to another patch?


\
 
 \ /
  Last update: 2011-03-10 06:31    [W:0.080 / U:2.708 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site