diff options
author | Tony Luck <tony.luck@intel.com> | 2007-03-29 18:41:37 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-03-29 18:41:37 -0400 |
commit | dbfc2f6f95c7e62b9a379d9a34f8427f1d844ee1 (patch) | |
tree | 3db4cc8c31b06edf31781a9b23410c0a7c1510f1 /arch/ia64 | |
parent | ead6caae1e52a982bf09137c9b5382e9e2d52fdb (diff) |
[IA64] Fix arch/ia64/pci/pci.c:571: warning: `return' with a value
Typo/thinko in bba6f6fc68e74d4572028646f61dd3505a68747e
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/pci/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c index f8bcccd6d417..0e83f3b419b5 100644 --- a/arch/ia64/pci/pci.c +++ b/arch/ia64/pci/pci.c | |||
@@ -568,7 +568,6 @@ pcibios_disable_device (struct pci_dev *dev) | |||
568 | BUG_ON(atomic_read(&dev->enable_cnt)); | 568 | BUG_ON(atomic_read(&dev->enable_cnt)); |
569 | if (!dev->msi_enabled) | 569 | if (!dev->msi_enabled) |
570 | acpi_pci_irq_disable(dev); | 570 | acpi_pci_irq_disable(dev); |
571 | return 0; | ||
572 | } | 571 | } |
573 | 572 | ||
574 | void | 573 | void |