diff options
author | Tony Luck <tony.luck@intel.com> | 2007-03-30 00:41:37 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-03-30 00:41:37 +0200 |
commit | dbfc2f6f95c7e62b9a379d9a34f8427f1d844ee1 (patch) | |
tree | 3db4cc8c31b06edf31781a9b23410c0a7c1510f1 | |
parent | [IA64] Speed up boot - skip unnecessary clock calibration (diff) | |
download | linux-dbfc2f6f95c7e62b9a379d9a34f8427f1d844ee1.tar.xz linux-dbfc2f6f95c7e62b9a379d9a34f8427f1d844ee1.zip |
[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>
-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) BUG_ON(atomic_read(&dev->enable_cnt)); if (!dev->msi_enabled) acpi_pci_irq_disable(dev); - return 0; } void |