Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbfc2f6f authored by Tony Luck's avatar Tony Luck
Browse files

[IA64] Fix arch/ia64/pci/pci.c:571: warning: `return' with a value



Typo/thinko in bba6f6fc

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent ead6caae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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