Re: [PATCH 15/25] drivers/serial to use nr_irqs

From: Alan Cox
Date: Sun Aug 03 2008 - 09:23:11 EST


> - for (i = 0; i < NR_IRQS; i++)
> + for (i = 0; i < nr_irqs; i++)
> spin_lock_init(&irq_lists[i].lock);
>

Don't you need to change how the array is allocated too ?


Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/