From: Michael Ellerman Date: Thu, 22 Mar 2007 10:51:27 +0000 (+1100) Subject: MSI: Simplify BUG() handling in pci_disable_msix() X-Git-Tag: v2.6.22-rc1~1039^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54bc6c0b0edd164fc2ea85b3964736c182f6bd5d;p=pandora-kernel.git MSI: Simplify BUG() handling in pci_disable_msix() 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 I see it that's all irrelevant because we end up BUG'ing anyway. Signed-off-by: Michael Ellerman Acked-by: Eric W. Biederman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed