mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[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));
|
BUG_ON(atomic_read(&dev->enable_cnt));
|
||||||
if (!dev->msi_enabled)
|
if (!dev->msi_enabled)
|
||||||
acpi_pci_irq_disable(dev);
|
acpi_pci_irq_disable(dev);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user