Skip to content

Commit

Permalink
[IA64] Fix arch/ia64/pci/pci.c:571: warning: `return' with a value
Browse files Browse the repository at this point in the history
Typo/thinko in bba6f6f

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed Mar 29, 2007
1 parent ead6caa commit dbfc2f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/ia64/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbfc2f6

Please sign in to comment.