forked from Minki/linux
[IA64] Fix arch/ia64/pci/pci.c:571: warning: `return' with a value
Typo/thinko in bba6f6fc68
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
ead6caae1e
commit
dbfc2f6f95
@ -568,7 +568,6 @@ pcibios_disable_device (struct pci_dev *dev)
|
||||
BUG_ON(atomic_read(&dev->enable_cnt));
|
||||
if (!dev->msi_enabled)
|
||||
acpi_pci_irq_disable(dev);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user