Re: [PATCH 4/21] MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2

2007-03-27 Thread Eric W. Biederman
Michael Ellerman <[EMAIL PROTECTED]> writes: > Although it might be nice to do a printk before BUG'ing, it's really not > necessary, and it complicates the code. > > The behaviour has changed slightly, in that before we set a flag if the irq > had an action, and continued freeing the other irqs.

Re: [PATCH 4/21] MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2

2007-03-27 Thread Eric W. Biederman
Michael Ellerman [EMAIL PROTECTED] writes: Although it might be nice to do a printk before BUG'ing, it's really not necessary, and it complicates the code. The behaviour has changed slightly, in that before we set a flag if the irq had an action, and continued freeing the other irqs. But as