projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead6caa
)
[IA64] Fix arch/ia64/pci/pci.c:571: warning: `return' with a value
author
Tony Luck
<tony.luck@intel.com>
Thu, 29 Mar 2007 22:41:37 +0000
(15:41 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 29 Mar 2007 22:41:37 +0000
(15:41 -0700)
Typo/thinko in
bba6f6fc68e74d4572028646f61dd3505a68747e
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/pci/pci.c
patch
|
blob
|
history
diff --git
a/arch/ia64/pci/pci.c
b/arch/ia64/pci/pci.c
index
f8bcccd
..
0e83f3b
100644
(file)
--- 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