MSI: Consolidate BUG_ON()s.
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 22 Mar 2007 10:51:34 +0000 (21:51 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 May 2007 02:02:36 +0000 (19:02 -0700)
commit7ede9c1fa50e01a8222217d4606bcbc44cd68f1a
tree0884562e9952ebcdad81a27539a3a0046f716a7c
parentfc4afc7b2bdd81e2dbded5a8222676d3161758d3
MSI: Consolidate BUG_ON()s.

When freeing MSIs and MSI-Xs, we BUG_ON() if the irq has not been
freed, ie. if it still has an action. We can consolidate all of these
BUG_ON()s into msi_free_irqs() as all the code paths lead there almost
immediately anyway.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/msi.c